summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intobde1998-05-311-22/+27
* Fix some bitrot in the multicast support, the move from TAILQ macros wasn't i...paul1998-05-271-2/+2
* This time add an Id string that'll actually get expanded :-)paul1998-05-271-1/+1
* Add an ID string (can't believe it never had one!)paul1998-05-271-0/+1
* Reviewed by: hasty@freebsd.orgahasty1998-05-241-7/+0
* LoadSoftModem() routine at sio.c does not trap general serial I/Os.phk1998-05-201-2/+2
* Reviewed by: ahasty@freebsd.orgahasty1998-05-191-6/+35
* Include "eisa.h" and only provide code if NEISA > 0.gibbs1998-05-171-1/+4
* s/nanoruntime/nanouptime/gphk1998-05-171-9/+9
* 1.31 Randall Hopper <rhh@ct.picker.com>ahasty1998-05-163-279/+441
* Fix list corruption and memory leak that could occur whengibbs1998-05-141-2/+6
* The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K,phk1998-05-131-1/+2
* Add support for the Yamaha YMF-719.steve1998-05-102-2/+8
* There is no dump routine for fd so give it an explicit NULL entryjulian1998-05-061-2/+3
* Don't call a dump routine if there isn't one. (e.g. in floppy driver)julian1998-05-062-4/+12
* Add dump support to the DEVFS/slice code.julian1998-05-066-14/+88
* Detect USR PnP x2 modem.phk1998-05-041-1/+2
* Support compiling with `gcc -ansi'. Just use __inline instead of inline.bde1998-05-011-2/+5
* Oops- osreldate.h is not around like I thought it would be... hmmm.. quick fi...mjacob1998-04-241-2/+8
* slice_device.c: permissions changes for SLICE devicesjulian1998-04-242-6/+5
* Bad144 support for the slice system (!)julian1998-04-223-23/+143
* Add support for the Qlogic ISP SCSI && FC/AL Adaptersmjacob1998-04-221-0/+559
* Add support for the Qlogic ISP SCSI && FC/AL Adaptersmjacob1998-04-228-0/+8325
* close() is no longer a SLICE method.julian1998-04-226-38/+64
* Don't allow an open to succeed if the device is invalidated during thejulian1998-04-221-1/+3
* - breakage of the warnings about pessimized i/o port types.brian1998-04-212-31/+12
* Correct the digiboard device names in agreementbrian1998-04-211-11/+16
* o Move debug stuff down a bit so that it doesn't try tobrian1998-04-211-31/+38
* Add changes and code to implement a functional DEVFS.julian1998-04-199-52/+3777
* Forgot to add opt_bktr.hahasty1998-04-191-0/+1
* Reviewed by: Amancioahasty1998-04-181-21/+97
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-1713-26/+26
* Stop the screensaver before switching consoles.des1998-04-171-1/+7
* Swapped "should we just return" and "should we stop the screensaver"des1998-04-161-8/+11
* Support compiling with `gcc -ansi'.bde1998-04-1511-73/+75
* Fixed autonegotiation. Card registers are now accessed via memorysemenu1998-04-131-143/+218
* take out opt_bktr.h from brooktree848.cahasty1998-04-061-1/+0
* Reviewed by: Amancioahasty1998-04-052-4/+53
* More fixes to deal with fonts:yokota1998-04-041-23/+182
* Time changes mark 2:phk1998-04-041-10/+12
* Add two workarounds for broken MP tables:tegge1998-04-011-4/+20
* Don't use fast interrupts when initialized through PnP. if_ed doeseivind1998-03-291-2/+1
* Removed unused #includes.bde1998-03-287-30/+6
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-0/+1
* Several changes:peter1998-03-233-284/+519
* New versions of Specialix host card download code.peter1998-03-232-0/+3466
* merge from 2.2peter1998-03-211-2/+3
* Merge from 2.2, plus some other changes. In the config file entry,peter1998-03-211-48/+66
* Protect against count of chars received being 0, which causes a panicdg1998-03-182-2/+6
* PR: i386/6040danny1998-03-171-1/+2
OpenPOWER on IntegriCloud