summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* tiny update of ESC sequence parser.itojun1997-09-261-5/+23
* Fix a call to timeout that wasn't properly saving it's callout handle.gibbs1997-09-231-2/+2
* Update for new callout interface.gibbs1997-09-212-4/+6
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-219-83/+107
* ipl.h:gibbs1997-09-211-1/+4
* Add shared EISA interrupt support.gibbs1997-09-215-94/+129
* Convert to the new callout interface.gibbs1997-09-212-5/+15
* Recognize the CS4326 on the Intel PR440FX motherboard. (It works just likepeter1997-09-212-22/+48
* Fix a comment-within-a-commentpeter1997-09-214-4/+4
* Addition of support of the slightly rogue Promise IDE interface(Dyson), supportdyson1997-09-201-1/+2
* ``oops''. I cut/pasted the original free()'s based on mark's suggestionpeter1997-09-201-4/+4
* teach sio how to attach to isa PnP cards. This is mainly for use withjmg1997-09-191-13/+122
* Missed a place where the extra descriptor buffers would need to bepeter1997-09-181-1/+3
* update Luigi's driver to poll interface (Peter, you might want to checkjmg1997-09-186-70/+46
* Enable the FIFO on enhanced floppy controllers. This reduces thetegge1997-09-172-2/+58
* Fixed gratuitous ANSIisms.bde1997-09-161-1/+3
* Make FDC_DEBUG a supported option.joerg1997-09-161-10/+21
* Import of Luigi Rizzo's sound code. For more information about the driverjmg1997-09-1410-0/+8612
* Bruce wants the warning.peter1997-09-141-2/+2
* Update select -> poll in drivers.peter1997-09-1410-33/+37
* Convert select handler to poll stylepeter1997-09-141-14/+13
* Fix a warning.peter1997-09-131-2/+2
* Support Intel EtherExpress Pro 10+msmith1997-09-121-4/+10
* malloc() the rx and tx descriptors seperately rather than as part of thepeter1997-09-112-2/+17
* Change the address for the low end of what we permit from c0000 downdg1997-09-101-2/+2
* Amancio's latest in the Brooktree driver.markm1997-09-093-236/+353
* Added a check for the ISA memory address range being valid. Fixes PR#835.dg1997-09-081-2/+9
* Turn on the 0WS option for 16bit cards. Newer machines insert enoughdg1997-09-081-18/+27
* Changes to support NetBSD and the new ifmedia extensions.dg1997-09-053-243/+842
* Add a new compile option SC_HISTORY_SIZE to specify the history bufferyokota1997-09-042-14/+19
* Make the aic7xxx sequencer assembler compile in the kernel's objectgibbs1997-09-0316-2763/+50
* Cleaned up revs 1.36-1.40 (mainly disordered declarations, non-bogusbde1997-09-032-242/+294
* Removed unused #includes.bde1997-09-024-27/+3
* Struct arpcom should be in the beginning of a softc struct for arp andjhay1997-09-021-1/+1
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-028-7/+15
* Oops, the previous change applied a reversed patch.bde1997-09-011-1/+3
* General cleanup of the sub-system locking macros.fsmp1997-09-013-75/+56
* Removed unused #includes.bde1997-09-012-22/+1
* Fixed absolute pathnames in #includes.bde1997-09-011-2/+2
* Removed unused #includes. The !KERNEL case may be more broken than before.bde1997-09-016-61/+6
* Added #include of <sys/queue.h> to make this self-sufficient.bde1997-09-011-1/+3
* Created a private simple_lock to control accesses to com data structsfsmp1997-08-311-51/+76
* Another round of lock pushdown.fsmp1997-08-303-105/+31
* Make the devfs code actually compile. Oops.msmith1997-08-291-6/+5
* Patch for 3.0: #include <sys/fcntl.h> instead of <sys/ioctl.h>jkh1997-08-281-1/+1
* ISA driver for Comtrol Rocketport serial cards. No PCI probe stubjkh1997-08-283-0/+3227
* Remove bogus timeout_func_t casts.msmith1997-08-281-195/+201
* Remove bogus i386/* includes.msmith1997-08-285-21/+6
* Removed unused misplaced definition of TIMER_FREQ.bde1997-08-251-3/+2
* Fixed type mismatch for a (low quality interface) function with anbde1997-08-251-5/+2
OpenPOWER on IntegriCloud