summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-084-30/+30
* Correct even more ioctl breakage :(sos1998-06-086-6/+6
* Fix spelling in printf().jkoshy1998-06-081-2/+2
* Fixed an ioctl which grew overnight.bde1998-06-081-2/+2
* Fix another DEVFS/SLICE ioctl.dfr1998-06-071-2/+2
* This is a prototype implementation of the draft-mogul-pps-api-##.txtphk1998-06-072-50/+62
* Fix some more ioctls which I missed becausese they were hidden by optionsdfr1998-06-074-10/+10
* Fix the retyping of the ioctl cmd parm from int to u_long.sos1998-06-071-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-0739-85/+92
* keymap -> key_map so that the kernel will compile withsteve1998-06-061-2/+2
* Reviewed by: hasty@star-gate.comahasty1998-06-051-0/+2
* Force success of the probe (after doing it as before except in onebde1998-06-031-4/+5
* Fixed a printf() arg botch in the previous commit.bde1998-06-031-7/+6
* o Return error when the controller can't accept commands.eivind1998-06-023-12/+11
* 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
OpenPOWER on IntegriCloud