]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoThis patch clears the way for removing a number of tty related
phk [Sat, 25 Sep 1999 16:21:39 +0000 (16:21 +0000)]
This patch clears the way for removing a number of tty related
fields in struct cdevsw:

        d_stop          moved to struct tty.
        d_reset         already unused.
        d_devtotty      linkage now provided by dev_t->si_tty.

These fields will be removed from struct cdevsw together with
d_params and d_maxio Real Soon Now.

The changes in this patch consist of:

        initialize dev->si_tty in *_open()
        initialize tty->t_stop
        remove devtotty functions
        rename ttpoll to ttypoll
        a few adjustments to these changes in the generic code
        a bump of __FreeBSD_version
        add a couple of FreeBSD tags

24 years agoRemove a useless new line.
chris [Sat, 25 Sep 1999 16:11:09 +0000 (16:11 +0000)]
Remove a useless new line.

24 years agoDocument the devtoname(9) kernel interface.
chris [Sat, 25 Sep 1999 15:58:33 +0000 (15:58 +0000)]
Document the devtoname(9) kernel interface.

24 years agoAdd missing 't' in printf message.
phk [Sat, 25 Sep 1999 14:43:40 +0000 (14:43 +0000)]
Add missing 't' in printf message.

24 years agoRemove unnecessary file. This file is obsolete by newbus integration.
nyan [Sat, 25 Sep 1999 14:17:05 +0000 (14:17 +0000)]
Remove unnecessary file. This file is obsolete by newbus integration.

24 years agoFix a hole in jail(2).
phk [Sat, 25 Sep 1999 14:14:21 +0000 (14:14 +0000)]
Fix a hole in jail(2).

Noticed by: Alexander Bezroutchko <abb@zenon.net>

24 years agoRemove NBPF conditionality of bpf calls in most of our network drivers.
phk [Sat, 25 Sep 1999 12:06:01 +0000 (12:06 +0000)]
Remove NBPF conditionality of bpf calls in most of our network drivers.

This means that we will not have to have a bpf and a non-bpf version
of our driver modules.

This does not open any security hole, because the bpf core isn't loadable

The drivers left unchanged are the "cross platform" drivers where the respective
maintainers are urged to DTRT, whatever that may be.

Add a couple of missing FreeBSD tags.

24 years agoOops! I enabled SOFTUPDATES by accident.
phk [Sat, 25 Sep 1999 11:28:18 +0000 (11:28 +0000)]
Oops!  I enabled SOFTUPDATES by accident.

Pointed out by: eivind

24 years agoRename a macro; it gets set at "make world" time, and I had a local
markm [Sat, 25 Sep 1999 06:59:10 +0000 (06:59 +0000)]
Rename a macro; it gets set at "make world" time, and I had a local
mod that masked this. D'uh.

24 years agoMerge from sys/i386/conf/files.i386 revision 1.270 and 1.271.
nyan [Sat, 25 Sep 1999 05:39:19 +0000 (05:39 +0000)]
Merge from sys/i386/conf/files.i386 revision 1.270 and 1.271.

24 years agoCall sk_start() at the end of sk_intr() if there's packets in the
wpaul [Sat, 25 Sep 1999 04:50:27 +0000 (04:50 +0000)]
Call sk_start() at the end of sk_intr() if there's packets in the
interface send queue that need to be processed.

24 years agoRemove two more unnecessary function declarations/prototypes.
billf [Sat, 25 Sep 1999 03:22:52 +0000 (03:22 +0000)]
Remove two more unnecessary function declarations/prototypes.

24 years agoInclude the proper headers, remove the unnecessary function declarations.
billf [Sat, 25 Sep 1999 03:20:29 +0000 (03:20 +0000)]
Include the proper headers, remove the unnecessary function declarations.

24 years agoo Remove all of the objformat logic, it's never coming back.
billf [Sat, 25 Sep 1999 03:02:08 +0000 (03:02 +0000)]
o Remove all of the objformat logic, it's never coming back.
o Simplify getpackagesite(), it comes back in full glory when we branch
again. It's still needed however to get the i386 or alpha directory.

24 years agoRemove duplicate declarations for two internal functions.
billf [Sat, 25 Sep 1999 02:23:19 +0000 (02:23 +0000)]
Remove duplicate declarations for two internal functions.
Remove delcaration for getenv(), we already get it from stdlib.h

24 years agoStuff a variable declaration inside a #if block that is only used for that
billf [Sat, 25 Sep 1999 02:11:30 +0000 (02:11 +0000)]
Stuff a variable declaration inside a #if block that is only used for that
#if.

24 years agoRemove declaration of getenv(), we get that from stdlib.h already.
billf [Sat, 25 Sep 1999 02:10:38 +0000 (02:10 +0000)]
Remove declaration of getenv(), we get that from stdlib.h already.

24 years agoTypo
brian [Fri, 24 Sep 1999 23:57:22 +0000 (23:57 +0000)]
Typo

Submitted by: Alex Nash <nash@mcs.net>

24 years agoVarious style and visual changes.
phantom [Fri, 24 Sep 1999 20:39:24 +0000 (20:39 +0000)]
Various style and visual changes.
VESA_132x30 is not available mode
SC_PIXLE_MODE -> SC_PIXEL_MODE

24 years agoFix problem where a macro is not properly initialised in the !THREAD
markm [Fri, 24 Sep 1999 19:39:34 +0000 (19:39 +0000)]
Fix problem where a macro is not properly initialised in the !THREAD
case. Simple reodering does it.

Thanks to: sos

24 years ago More locking clarifications. Add skeleton manual page for VOP_LEASE
dillon [Fri, 24 Sep 1999 17:11:02 +0000 (17:11 +0000)]
More locking clarifications.  Add skeleton manual page for VOP_LEASE

24 years agoSwitch the order of a two tests so that the error actually has to occur
obrien [Fri, 24 Sep 1999 16:27:32 +0000 (16:27 +0000)]
Switch the order of a two tests so that the error actually has to occur
for you to be told there was an error [during verbose boot].

I poked him for the fix, he poked me to get it committed.

Submitted by: Jason Young <doogie@anet-stl.com>

24 years agoLow-level, but significant cleanup of Perl's build process.
markm [Fri, 24 Sep 1999 15:32:11 +0000 (15:32 +0000)]
Low-level, but significant cleanup of Perl's build process.

This should significantly ease "make; make install" loops.

24 years ago More synchronization of the VOP documentation to the real world.
dillon [Fri, 24 Sep 1999 13:58:55 +0000 (13:58 +0000)]
More synchronization of the VOP documentation to the real world.

24 years agoFix timeout handeling and add retry counts.
sos [Fri, 24 Sep 1999 12:36:10 +0000 (12:36 +0000)]
Fix timeout handeling and add retry counts.
Add HPT366 probe message (but no real support yet),
Add CDR support for several diffenrent blocktypes, also close
disk as a multisession CD.

24 years agoMention -p and -t options.
phantom [Fri, 24 Sep 1999 11:37:06 +0000 (11:37 +0000)]
Mention -p and -t options.

24 years ago More clarification of locking requirements.
dillon [Fri, 24 Sep 1999 10:42:45 +0000 (10:42 +0000)]
More clarification of locking requirements.

24 years ago Bring more VOP manual pages up to date in regards to locking
dillon [Fri, 24 Sep 1999 10:19:43 +0000 (10:19 +0000)]
Bring more VOP manual pages up to date in regards to locking
    requirements.

24 years ago Update errors in documentation for various VOP_ calls. Specifically,
dillon [Fri, 24 Sep 1999 07:07:02 +0000 (07:07 +0000)]
Update errors in documentation for various VOP_ calls.  Specifically,
    describe the correct locking state expected on entry and return.

24 years agoSlight reordering of /etc/rc order: It now goes
nsayer [Fri, 24 Sep 1999 06:49:00 +0000 (06:49 +0000)]
Slight reordering of /etc/rc order: It now goes

...
recover vi
msgs/bounds
update MOTD
rc.{arch}
rc.devfs
rc.local
$local.startup
securelevel

The motive behind this is to delay rc.{arch} as long as possible,
as it loads the screensaver, which kills the splash screen.
But at the same time, it can't be done after rc.devfs, as
that might depend on arch specific actions. rc.local and local.startup
also should come after these, and securelevel must be last of all.

24 years ago Add information and configuration on the DUL.
jmb [Thu, 23 Sep 1999 22:48:12 +0000 (22:48 +0000)]
Add information and configuration on the DUL.
Based upon a suggestion from
Don Croyle <croyle@gelemna.ft-wayne.in.us>.

24 years agoGuard against an rm returning non-zero status.
jkh [Thu, 23 Sep 1999 18:40:54 +0000 (18:40 +0000)]
Guard against an rm returning non-zero status.

Noticed by: Makoto MATSUSHITA

24 years ago Header file required to support ccd changes. Forgot to commit last
dillon [Thu, 23 Sep 1999 16:20:05 +0000 (16:20 +0000)]
Header file required to support ccd changes.  Forgot to commit last
    night.

24 years ago- Supported 1.23MB FD again.
nyan [Thu, 23 Sep 1999 14:21:14 +0000 (14:21 +0000)]
- Supported 1.23MB FD again.
- Supported all formats that IBM-PC's driver (isa/fd.c) supports.
- Changed the device minor numbers. They sync in IBM-PC's driver.

24 years agomdoc(7)'fy
phantom [Thu, 23 Sep 1999 13:45:43 +0000 (13:45 +0000)]
mdoc(7)'fy

24 years agomdoc(7)'fy
phantom [Thu, 23 Sep 1999 13:42:19 +0000 (13:42 +0000)]
mdoc(7)'fy
Empty sections commented.

24 years agoLearn nroff about -p and -t options. It allows to preprocess
phantom [Thu, 23 Sep 1999 13:40:28 +0000 (13:40 +0000)]
Learn nroff about -p and -t options. It allows to preprocess
file with pic(1) and tbl(1).

Not objected to: mpp

24 years agoAdd to .Nm devstat_end_transaction_buf().
phantom [Thu, 23 Sep 1999 13:31:15 +0000 (13:31 +0000)]
Add to .Nm devstat_end_transaction_buf().
Do some ordering.

Noticed by: ken

24 years agoNuke dlopen.3 -> dlversion.3 link.
phantom [Thu, 23 Sep 1999 13:26:41 +0000 (13:26 +0000)]
Nuke dlopen.3 -> dlversion.3 link.
This function was removed by jdp in rev.1.5 of dlopen.3

Forgoten by: jdp

24 years ago Bring documentation up to date
dillon [Thu, 23 Sep 1999 10:35:48 +0000 (10:35 +0000)]
Bring documentation up to date

24 years ago Bring ccd documentation up to date. Reference vinum, elucidate more
dillon [Thu, 23 Sep 1999 10:04:25 +0000 (10:04 +0000)]
Bring ccd documentation up to date.  Reference vinum, elucidate more
    on mirroring and interleaving.

24 years agoLinux doesn't complain if you remove a msg queue that doesn't exist
marcel [Thu, 23 Sep 1999 09:57:45 +0000 (09:57 +0000)]
Linux doesn't complain if you remove a msg queue that doesn't exist
(given the proper permissions).

24 years ago Cleanup CCD quite a bit, including adding clarifying comments.
dillon [Thu, 23 Sep 1999 09:25:05 +0000 (09:25 +0000)]
Cleanup CCD quite a bit, including adding clarifying comments.

    Enhance MIRROR code.  Add a few more sanity checks and implement
    a zone-based disk selector to make use of both disks when reading.

    Also implement a read fail-over.  If a read error occurs on one
    disk, the I/O is retried on the other.

    NOTE: CCD's mirroring support cannot deal with write errors properly
    in regards to recovery, meaning that 'old' data under a write error may
    be read non-deterministically if you reboot after a write error, and CCD
    certainly cannot deal with a disk changeout.  And it still can't.  Use
    vinum if you are really serious about mirroring.  CCD basically just
    implements a poor-man's mirror.

24 years ago Fix ccdiodone code. The code was using cbp->cb_buf.b_bcount to
dillon [Thu, 23 Sep 1999 08:41:48 +0000 (08:41 +0000)]
Fix ccdiodone code.  The code was using cbp->cb_buf.b_bcount to
    sum the total amount of I/O issued to determine when all the I/O
    has completed.  This fails when the EOF boundry occurs in the middle
    of an I/O.  Using cbp->cb_buf.b_bufsize works better.

24 years agoClarify what getdevs() expects as input.
ken [Thu, 23 Sep 1999 06:36:02 +0000 (06:36 +0000)]
Clarify what getdevs() expects as input.

Prompted by: grog

24 years agoSync with am-utils-6.0.2s2.
obrien [Thu, 23 Sep 1999 06:19:25 +0000 (06:19 +0000)]
Sync with am-utils-6.0.2s2.

24 years agoMake the frequency tuneable via a sysctl.
jhay [Thu, 23 Sep 1999 06:02:30 +0000 (06:02 +0000)]
Make the frequency tuneable via a sysctl.

Reviewed by: phk

24 years agoFix conflicts.
obrien [Thu, 23 Sep 1999 05:36:01 +0000 (05:36 +0000)]
Fix conflicts.

Version 6.0.2s2 gives us a better fix a buffer overflow problem in
real_plog().  It also gives us a few code cleanups to quiet `gcc -Wall'.

24 years agoRestore vendor $Id$ now that it won't be clobbered.
peter [Thu, 23 Sep 1999 05:26:10 +0000 (05:26 +0000)]
Restore vendor $Id$ now that it won't be clobbered.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r51591,
obrien [Thu, 23 Sep 1999 05:15:28 +0000 (05:15 +0000)]
This commit was generated by cvs2svn to compensate for changes in r51591,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of AMD (am-utils) v6.0.2s2
obrien [Thu, 23 Sep 1999 05:15:28 +0000 (05:15 +0000)]
Virgin import of AMD (am-utils) v6.0.2s2

24 years agoFix a commit that shouldn't have snuck in. Rev 1.12 was a part of the
peter [Thu, 23 Sep 1999 05:01:52 +0000 (05:01 +0000)]
Fix a commit that shouldn't have snuck in.  Rev 1.12 was a part of the
newbusification of aha, not device_get_flags() related...

24 years agoMFS: firewall -> firewall_type
jkh [Thu, 23 Sep 1999 04:22:33 +0000 (04:22 +0000)]
MFS: firewall -> firewall_type

24 years agoFixed the bug that the number of sectors per cylinder was stored into
kato [Thu, 23 Sep 1999 04:09:01 +0000 (04:09 +0000)]
Fixed the bug that the number of sectors per cylinder was stored into
the ncyls (number of cylinders) in dsinit().

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)

24 years ago- Fixed DMA 64k boundary problem.
kato [Thu, 23 Sep 1999 03:57:16 +0000 (03:57 +0000)]
- Fixed DMA 64k boundary problem.
- Test the processor flag to detect disk I/O BIOS errors.

Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>

24 years agoSync with sys/dev/syscons/syscons.c revision 1.322.
kato [Thu, 23 Sep 1999 03:37:40 +0000 (03:37 +0000)]
Sync with sys/dev/syscons/syscons.c revision 1.322.

24 years agoAs suggested by phk, unconditionalize BPF support in these drivers. Since
wpaul [Thu, 23 Sep 1999 03:32:57 +0000 (03:32 +0000)]
As suggested by phk, unconditionalize BPF support in these drivers. Since
there are stubs compiled into the kernel if BPF support is not enabled,
there aren't any problems with unresolved symbols. The modules in /modules
are compiled with BPF support enabled anyway, so the most this will do is
bloat GENERIC a little.

24 years agomoved to tmac/locale
ache [Thu, 23 Sep 1999 02:56:00 +0000 (02:56 +0000)]
moved to tmac/locale

24 years agomoved to koi2alt
ache [Thu, 23 Sep 1999 02:54:44 +0000 (02:54 +0000)]
moved to koi2alt

24 years ago Fix bug in pseudo-geometry calculation code that assumed a sector size
dillon [Thu, 23 Sep 1999 00:09:08 +0000 (00:09 +0000)]
Fix bug in pseudo-geometry calculation code that assumed a sector size
    smaller then 1024 bytes.

24 years agoRemove the "diffburst" tool, because equivalent functionality is now available
archie [Wed, 22 Sep 1999 23:48:58 +0000 (23:48 +0000)]
Remove the "diffburst" tool, because equivalent functionality is now available
via "split -p". Leave a note to this effect in the README file.

24 years agoAdd gencat(1) to SEE ALSO section.
phantom [Wed, 22 Sep 1999 22:44:42 +0000 (22:44 +0000)]
Add gencat(1) to SEE ALSO section.

PR: docs/13658
Submitted by: Zahemszky Gabor <zgabor@code.hu>

24 years agoAllow .Rv macro to be used in 7th section also. This patch
phantom [Wed, 22 Sep 1999 22:36:16 +0000 (22:36 +0000)]
Allow .Rv macro to be used in 7th section also.  This patch
will fix  "Usage: .Rv ..." error at mdoc.samples.7

Ok'ed by: mpp

24 years ago.PB -> .El
phantom [Wed, 22 Sep 1999 22:23:17 +0000 (22:23 +0000)]
.PB -> .El

PR: docs/13283
Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>

24 years agoAdd links for errc.3, verrc.3, warnc.3, vwarnc.3.
phantom [Wed, 22 Sep 1999 22:12:23 +0000 (22:12 +0000)]
Add links for errc.3, verrc.3, warnc.3, vwarnc.3.

PR: docs/13222
Submitted by: Ben Smithurst <ben@scientia.demos.co.uk>

24 years agoRegeneration.
luoqi [Wed, 22 Sep 1999 22:05:37 +0000 (22:05 +0000)]
Regeneration.

24 years agoImplement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.
luoqi [Wed, 22 Sep 1999 22:01:51 +0000 (22:01 +0000)]
Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.
SVGAlib should now work.

Reviewed by: marcel

24 years agoFix style typo.
phantom [Wed, 22 Sep 1999 21:51:06 +0000 (21:51 +0000)]
Fix style typo.

PR: docs/13134
Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>

24 years agomdoc(7)'fy
phantom [Wed, 22 Sep 1999 21:43:18 +0000 (21:43 +0000)]
mdoc(7)'fy

24 years agoAllow "Alpha" as 2nd argument for .Dt macro. So, we can go
phantom [Wed, 22 Sep 1999 21:38:40 +0000 (21:38 +0000)]
Allow "Alpha" as 2nd argument for .Dt macro. So, we can go
with "Alpha architecture" manpages.

24 years agoAdd phk's m(4) Memory Disk driver as a KLD. I don't believe it
green [Wed, 22 Sep 1999 21:28:19 +0000 (21:28 +0000)]
Add phk's m(4) Memory Disk driver as a KLD.  I don't believe it
works properly after unloading, however.

24 years agoFix includes (remove unnecessary ones, reorder necessary ones.)
green [Wed, 22 Sep 1999 21:23:21 +0000 (21:23 +0000)]
Fix includes (remove unnecessary ones, reorder necessary ones.)
Also, correct an %x to be %lx.

Reviewed by: phk

24 years agoDisplay CPU (BSP) clock speed on SMP systems.
luoqi [Wed, 22 Sep 1999 21:21:53 +0000 (21:21 +0000)]
Display CPU (BSP) clock speed on SMP systems.

24 years agoDocument the new free/erase transaction type.
phk [Wed, 22 Sep 1999 20:27:21 +0000 (20:27 +0000)]
Document the new free/erase transaction type.

Reminded about by: ken

24 years agoStylistic cleanup.
phk [Wed, 22 Sep 1999 20:21:28 +0000 (20:21 +0000)]
Stylistic cleanup.

Submitted by: ken.

24 years agoKill the cdevsw->d_maxio field.
phk [Wed, 22 Sep 1999 19:56:14 +0000 (19:56 +0000)]
Kill the cdevsw->d_maxio field.

d_maxio is replaced by the dev->si_iosize_max field which the driver
should be set in all calls to cdevsw->d_open if it has a better
idea than the system wide default.

The field is a generic dev_t field (ie: not disk specific) so that
tapes and other devices can use physio as well.

24 years agoMention in the documentation that the AOpen/Acer ALN-320 is a supported
wpaul [Wed, 22 Sep 1999 19:46:14 +0000 (19:46 +0000)]
Mention in the documentation that the AOpen/Acer ALN-320 is a supported
ethernet card (PCI, VIA Rhine II chipset).

24 years agoOops, the syntax didn't work that way...
sos [Wed, 22 Sep 1999 19:15:54 +0000 (19:15 +0000)]
Oops, the syntax didn't work that way...

24 years agoDelete the README file from /sys/pci.
roger [Wed, 22 Sep 1999 17:40:59 +0000 (17:40 +0000)]
Delete the README file from /sys/pci.
Important information is now in the bktr man page

24 years agoUpdate man page to include the sysclts and kernel options commonly used
roger [Wed, 22 Sep 1999 17:36:43 +0000 (17:36 +0000)]
Update man page to include the sysclts and kernel options commonly used

24 years agoBt848 driver now moved to /sys/dev/bktr
roger [Wed, 22 Sep 1999 15:39:15 +0000 (15:39 +0000)]
Bt848 driver now moved to /sys/dev/bktr

24 years agoReLink() partial links in FindLinkOut() in the same manner as we do it
ru [Wed, 22 Sep 1999 13:22:26 +0000 (13:22 +0000)]
ReLink() partial links in FindLinkOut() in the same manner as we do it
in FindLinkIn().  This will make TcpMonitorIn()/TcpMonitorOut() happy.

Reviewed by: eivind

24 years agoIf `who' was not specified, set the appropriate bits as the chmod(1)
ru [Wed, 22 Sep 1999 13:02:50 +0000 (13:02 +0000)]
If `who' was not specified, set the appropriate bits as the chmod(1)
manual page states.  `chmod +s foo' and `chmod +t foodir' now work.

PR: 13889

24 years agoSupport quad & max speeds in wormcontrol.
sos [Wed, 22 Sep 1999 12:04:51 +0000 (12:04 +0000)]
Support quad & max speeds in wormcontrol.
A bit more general cleanup.

24 years agoSync with sys/i386/isa/npx.c revision 1.78.
kato [Wed, 22 Sep 1999 12:01:36 +0000 (12:01 +0000)]
Sync with sys/i386/isa/npx.c revision 1.78.

24 years agoSync with sys/i386/i386/userconfig.c revision 1.159.
kato [Wed, 22 Sep 1999 11:59:14 +0000 (11:59 +0000)]
Sync with sys/i386/i386/userconfig.c revision 1.159.

24 years agoSync with sys/i386/conf/majors.i386 revision 1.86.
kato [Wed, 22 Sep 1999 11:58:11 +0000 (11:58 +0000)]
Sync with sys/i386/conf/majors.i386 revision 1.86.

24 years agoAdded mp_clock.c.
kato [Wed, 22 Sep 1999 11:57:12 +0000 (11:57 +0000)]
Added mp_clock.c.

24 years agoCommented out ed driver.
kato [Wed, 22 Sep 1999 11:55:25 +0000 (11:55 +0000)]
Commented out ed driver.

24 years agoSync with sys/i386/conf/GENERIC revision 1.192.
kato [Wed, 22 Sep 1999 11:54:03 +0000 (11:54 +0000)]
Sync with sys/i386/conf/GENERIC revision 1.192.

24 years agoUse new location of Bt848 driver.
roger [Wed, 22 Sep 1999 08:31:05 +0000 (08:31 +0000)]
Use new location of Bt848 driver.
Remove NPCI generation as the driver no longer checks for NPIC > 0

24 years agoBktr Bt848/Bt878 driver is now in /sys/dev/bktr
roger [Wed, 22 Sep 1999 08:22:09 +0000 (08:22 +0000)]
Bktr Bt848/Bt878 driver is now in /sys/dev/bktr

24 years agoI knew it, I introduced new bugs :)
sos [Wed, 22 Sep 1999 07:15:46 +0000 (07:15 +0000)]
I knew it, I introduced new bugs :)

The lun is not incremented in the ata-disk driver when ATA_STATIC_ID
is not defined, thanks to Kenneth Wayne Culver <culverk@wam.umd.edu>
for finding that one.

PHK pointed at the & problem in atapi-cd in devstat_end_transaction_buf.

Too little sleep I guess...

24 years agoNever return NULL, always return a hash.
markm [Wed, 22 Sep 1999 06:53:08 +0000 (06:53 +0000)]
Never return NULL, always return a hash.

Submitted by: dt

24 years agoMove the bktr Bt848/Bt878 driver to /sys/dev/bktr
roger [Wed, 22 Sep 1999 06:46:08 +0000 (06:46 +0000)]
Move the bktr Bt848/Bt878 driver to /sys/dev/bktr
Phase 1) move the driver
Phase 2)
Phase 3) Profit, by splitting the driver into smaller files like
bktr_tuner, bktr_card, bktr_audio, bktr_<osname>
making it easier to maintain and understand.

24 years agoUpdate the Tigon driver firmware images to the latest release from
wpaul [Wed, 22 Sep 1999 06:43:16 +0000 (06:43 +0000)]
Update the Tigon driver firmware images to the latest release from
Alteon (12.6.15).

24 years agoRemove the "vinum_drives" rc.conf knob. According to Greg <grog@lemis.com>
jkoshy [Wed, 22 Sep 1999 06:31:32 +0000 (06:31 +0000)]
Remove the "vinum_drives" rc.conf knob.  According to Greg <grog@lemis.com>
this is no longer the right way to start Vinum unless you are doing some
kind of maintenance, and that's not the sort of thing that would go into
rc.conf.

24 years agoDescribe the 'start_vinum' rc.conf knob.
jkoshy [Wed, 22 Sep 1999 06:26:24 +0000 (06:26 +0000)]
Describe the 'start_vinum' rc.conf knob.

PR: conf/13357
Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>

24 years agoTweak these for what I hope is the last time: change the DRIVER_MODULE()
wpaul [Wed, 22 Sep 1999 06:08:11 +0000 (06:08 +0000)]
Tweak these for what I hope is the last time: change the DRIVER_MODULE()
declaration for the interface driver from "foo" to "if_foo" but leave the
declaration for the miibus attached to the interface driver alone. This
lets the internal module name be "if_foo" while still allowing the miibus
instances to attach to "foo."

This should allow ifconfig to autoload driver modules again without
breaking the miibus attach.

24 years ago Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannot
dillon [Wed, 22 Sep 1999 05:48:31 +0000 (05:48 +0000)]
Back out a portion of the last commit.  DFLTPHYS and MAXPHYS cannot
    be set by a kernel conf option due to the struct buf structural
    dependancy (sizing of b_pages[]) creating a conflict with modules
    (which are not compiled with kernel config options overrides).

    We'll be able to sysctl these two later on when the buffer subsystem
    is revamped.