summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove old grunge, including references to sys/disk.h (which is goinggrog1999-05-0714-58/+15
* Remove old grungegrog1999-05-071-1/+0
* Use id_ointr for setting the pnp interrupt handler, it uses the oldstylepeter1999-05-063-12/+12
* ``fix'' the devfs_add_devswf() calls, the printf string wasn't factoringpeter1999-05-061-10/+10
* Undo excess staticization - these two are meant to be callable frompeter1999-05-061-2/+4
* ahatimeout is static..peter1999-05-061-2/+2
* Use consistant function definitions which also silences a warning.peter1999-05-062-40/+16
* Ensure prototype for pnp_configure() is visible.peter1999-05-062-14/+4
* GC unused variablepeter1999-05-063-6/+3
* Pull in prototype for splq().peter1999-05-061-1/+2
* Fix a static/extern conflict. Put extra brackets to ensure thepeter1999-05-061-3/+3
* Put the old-style isa interrupt handlers in id_ointr to avoid warnings.peter1999-05-061-4/+4
* Fix a warning - make sure the register is read regardless of the debuggingpeter1999-05-061-1/+2
* Fix two warnings; and note a problem where a pointer is stored in anpeter1999-05-061-4/+4
* One too many vfsops..peter1999-05-062-4/+2
* Add brackets to silence egcs and help clarity.peter1999-05-061-3/+3
* Fix a goof on my part; s/struct moduledata */struct module */peter1999-05-064-12/+12
* Fix some variable naming confusionpeter1999-05-061-3/+2
* GC unused pps_drvinit() declarationpeter1999-05-061-2/+1
* Add Cyrix (NatSemi) 5520 and 5530 PCI-ISA bridges.julian1999-05-061-1/+7
* The base transfer speed for the parallel port bus is 93K/sec, not 3.3MB/sec.ken1999-05-061-2/+2
* Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed isken1999-05-062-5/+1
* Add new member for XPT_PATH_INQ, follows recent changes inn_hibma1999-05-061-0/+1
* Fix confusing sentence, the PR noticed the sentence, I rewrote the sentence.billf1999-05-062-4/+4
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-0624-226/+1400
* remove b_proc from struct buf, it's (now) unused.phk1999-05-0628-95/+77
* Oops, forgot this bit: don't use <sys/disk.h>phk1999-05-061-2/+5
* Added details of PCI network cards which work by emulating the NE2000.roger1999-05-064-6/+16
* don't use <sys/disk.h>phk1999-05-061-2/+1
* Don't use <sys/disk.h>phk1999-05-062-68/+54
* Nuke bogus prototypes which have bogotified ccd and vinumphk1999-05-061-9/+1
* Fix 'signed char as array index' warnings and an unused variable.peter1999-05-064-14/+11
* Missing 'int' in declaration of variables.peter1999-05-067-13/+13
* Fix a precedence bug in the atapi tape driver. I think it could eitherpeter1999-05-062-4/+4
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-0629-114/+173
* The joypart() macro had a precedence bug. Add seatbelts for UNIT() too.peter1999-05-063-6/+6
* Missing 'int' declaration in devsw_installed variable.peter1999-05-061-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-0645-126/+157
* Add missing comment characters from wi driver description.peter1999-05-063-9/+9
* Remove unused fields from struct buf:phk1999-05-063-18/+3
* Modify wicontrol(8) and wi(4) to allow setting the frequency of thewpaul1999-05-066-19/+75
* Tweak the Macronix driver to hopefully make it more reliable:wpaul1999-05-068-84/+63
* readklog(): rename variable 'l' to 'len', to avoid possible confusion with 'i'dt1999-05-061-11/+11
* Added USB HID devices major number.n_hibma1999-05-062-2/+4
* Move the proc0 init before the driver probe/attach etc since machdep.cpeter1999-05-061-5/+5
* I'm not sure why the #ifdef SMP became #if 1 (this overrode the npx probepeter1999-05-063-15/+9
* Fix spelling and typos.jkoshy1999-05-061-6/+8
* Fix typos and -mdoc usage.jkoshy1999-05-061-4/+6
* revert premature DHCP commitjkh1999-05-062-8/+6
* Argh, those last two commits snuck in with the other one by mistake.jkh1999-05-062-2/+6
OpenPOWER on IntegriCloud