aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-0739-85/+92
* keymap -> key_map so that the kernel will compile withSteve Price1998-06-061-2/+2
* Reviewed by: hasty@star-gate.comAmancio Hasty1998-06-051-0/+2
* Force success of the probe (after doing it as before except in oneBruce Evans1998-06-031-4/+5
* Fixed a printf() arg botch in the previous commit.Bruce Evans1998-06-031-7/+6
* o Return error when the controller can't accept commands.Eivind Eklund1998-06-023-12/+11
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intoBruce Evans1998-05-311-22/+27
* Fix some bitrot in the multicast support, the move from TAILQ macros wasn't i...Paul Richards1998-05-271-2/+2
* This time add an Id string that'll actually get expanded :-)Paul Richards1998-05-271-1/+1
* Add an ID string (can't believe it never had one!)Paul Richards1998-05-271-0/+1
* Reviewed by: hasty@freebsd.orgAmancio Hasty1998-05-241-7/+0
* LoadSoftModem() routine at sio.c does not trap general serial I/Os.Poul-Henning Kamp1998-05-201-2/+2
* Reviewed by: ahasty@freebsd.orgAmancio Hasty1998-05-191-6/+35
* Include "eisa.h" and only provide code if NEISA > 0.Justin T. Gibbs1998-05-171-1/+4
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-9/+9
* 1.31 Randall Hopper <rhh@ct.picker.com>Amancio Hasty1998-05-163-279/+441
* Fix list corruption and memory leak that could occur whenJustin T. Gibbs1998-05-141-2/+6
* The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K,Poul-Henning Kamp1998-05-131-1/+2
* Add support for the Yamaha YMF-719.Steve Price1998-05-102-2/+8
* There is no dump routine for fd so give it an explicit NULL entryJulian Elischer1998-05-061-2/+3
* Don't call a dump routine if there isn't one. (e.g. in floppy driver)Julian Elischer1998-05-062-4/+12
* Add dump support to the DEVFS/slice code.Julian Elischer1998-05-066-14/+88
* Detect USR PnP x2 modem.Poul-Henning Kamp1998-05-041-1/+2
* Support compiling with `gcc -ansi'. Just use __inline instead of inline.Bruce Evans1998-05-011-2/+5
* Oops- osreldate.h is not around like I thought it would be... hmmm.. quick fi...Matt Jacob1998-04-241-2/+8
* slice_device.c: permissions changes for SLICE devicesJulian Elischer1998-04-242-6/+5
* Bad144 support for the slice system (!)Julian Elischer1998-04-223-23/+143
* Add support for the Qlogic ISP SCSI && FC/AL AdaptersMatt Jacob1998-04-221-0/+559
* Add support for the Qlogic ISP SCSI && FC/AL AdaptersMatt Jacob1998-04-228-0/+8325
* close() is no longer a SLICE method.Julian Elischer1998-04-226-38/+64
* Don't allow an open to succeed if the device is invalidated during theJulian Elischer1998-04-221-1/+3
* - breakage of the warnings about pessimized i/o port types.Brian Somers1998-04-212-31/+12
* Correct the digiboard device names in agreementBrian Somers1998-04-211-11/+16
* o Move debug stuff down a bit so that it doesn't try toBrian Somers1998-04-211-28/+35
* Add changes and code to implement a functional DEVFS.Julian Elischer1998-04-199-52/+3777
* Forgot to add opt_bktr.hAmancio Hasty1998-04-191-0/+1
* Reviewed by: AmancioAmancio Hasty1998-04-181-21/+97
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-1713-26/+26
* Stop the screensaver before switching consoles.Dag-Erling Smørgrav1998-04-171-1/+7
* Swapped "should we just return" and "should we stop the screensaver"Dag-Erling Smørgrav1998-04-161-8/+11
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-1511-73/+75
* Fixed autonegotiation. Card registers are now accessed via memorySemen Ustimenko1998-04-131-143/+218
* take out opt_bktr.h from brooktree848.cAmancio Hasty1998-04-061-1/+0
* Reviewed by: AmancioAmancio Hasty1998-04-052-4/+53
* More fixes to deal with fonts:Kazutaka YOKOTA1998-04-041-23/+182
* Time changes mark 2:Poul-Henning Kamp1998-04-041-10/+12
* Add two workarounds for broken MP tables:Tor Egge1998-04-011-4/+20
* Don't use fast interrupts when initialized through PnP. if_ed doesEivind Eklund1998-03-291-2/+1
* Removed unused #includes.Bruce Evans1998-03-287-30/+6
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-0/+1