aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Missed a place where the extra descriptor buffers would need to bePeter Wemm1997-09-181-1/+3
* update Luigi's driver to poll interface (Peter, you might want to checkJohn-Mark Gurney1997-09-186-70/+46
* Enable the FIFO on enhanced floppy controllers. This reduces theTor Egge1997-09-172-2/+58
* Fixed gratuitous ANSIisms.Bruce Evans1997-09-161-1/+3
* Make FDC_DEBUG a supported option.Joerg Wunsch1997-09-161-10/+21
* Import of Luigi Rizzo's sound code. For more information about the driverJohn-Mark Gurney1997-09-1410-0/+8612
* Bruce wants the warning.Peter Wemm1997-09-141-2/+2
* Update select -> poll in drivers.Peter Wemm1997-09-1410-33/+37
* Convert select handler to poll stylePeter Wemm1997-09-141-14/+13
* Fix a warning.Peter Wemm1997-09-131-2/+2
* Support Intel EtherExpress Pro 10+Mike Smith1997-09-121-4/+10
* malloc() the rx and tx descriptors seperately rather than as part of thePeter Wemm1997-09-112-2/+17
* Change the address for the low end of what we permit from c0000 downDavid Greenman1997-09-101-2/+2
* Amancio's latest in the Brooktree driver.Mark Murray1997-09-093-236/+353
* Added a check for the ISA memory address range being valid. Fixes PR#835.David Greenman1997-09-081-2/+9
* Turn on the 0WS option for 16bit cards. Newer machines insert enoughDavid Greenman1997-09-081-18/+27
* Changes to support NetBSD and the new ifmedia extensions.David Greenman1997-09-053-243/+842
* Add a new compile option SC_HISTORY_SIZE to specify the history bufferKazutaka YOKOTA1997-09-042-14/+19
* Make the aic7xxx sequencer assembler compile in the kernel's objectJustin T. Gibbs1997-09-0316-2763/+50
* Cleaned up revs 1.36-1.40 (mainly disordered declarations, non-bogusBruce Evans1997-09-032-242/+294
* Removed unused #includes.Bruce Evans1997-09-024-27/+3
* Struct arpcom should be in the beginning of a softc struct for arp andJohn Hay1997-09-021-1/+1
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-028-7/+15
* Oops, the previous change applied a reversed patch.Bruce Evans1997-09-011-1/+3
* General cleanup of the sub-system locking macros.Steve Passe1997-09-013-75/+56
* Removed unused #includes.Bruce Evans1997-09-012-22/+1
* Fixed absolute pathnames in #includes.Bruce Evans1997-09-011-2/+2
* Removed unused #includes. The !KERNEL case may be more broken than before.Bruce Evans1997-09-016-61/+6
* Added #include of <sys/queue.h> to make this self-sufficient.Bruce Evans1997-09-011-1/+3
* Created a private simple_lock to control accesses to com data structsSteve Passe1997-08-311-51/+76
* Another round of lock pushdown.Steve Passe1997-08-303-105/+31
* Make the devfs code actually compile. Oops.Mike Smith1997-08-291-6/+5
* Patch for 3.0: #include <sys/fcntl.h> instead of <sys/ioctl.h>Jordan K. Hubbard1997-08-281-1/+1
* ISA driver for Comtrol Rocketport serial cards. No PCI probe stubJordan K. Hubbard1997-08-283-0/+3227
* Remove bogus timeout_func_t casts.Mike Smith1997-08-281-193/+199
* Remove bogus i386/* includes.Mike Smith1997-08-285-21/+6
* Removed unused misplaced definition of TIMER_FREQ.Bruce Evans1997-08-251-3/+2
* Fixed type mismatch for a (low quality interface) function with anBruce Evans1997-08-251-5/+2
* #include <machine/limits.h> explicitly in the few places that it is required.Bruce Evans1997-08-211-1/+3
* Yank the casts.Steve Passe1997-08-211-1/+1
* Reorder function decls alphabetically.Steve Passe1997-08-211-2/+2
* Add several casts and include several header files to eliminate compilerSteve Passe1997-08-212-3/+6
* Add a cast to eliminate a compiler warning.Steve Passe1997-08-211-1/+1
* A few more casts and a function declaration for warning free kernel builds.Steve Passe1997-08-211-1/+2
* Fixed a warning about undefined isa_irq_pending(). (UP kernel only)Steve Passe1997-08-211-4/+4
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.Steve Passe1997-08-213-30/+3
* Attempt to make cy.c MP-safe.Steve Passe1997-08-202-2/+84
* Preperation for moving cpl into critical region access.Steve Passe1997-08-201-1/+48
* Added frequencies for north american HRC cable.Steve Passe1997-08-171-2/+19
* Use cdev major 82 instead of the (reserved-for-local-use) original 14Mike Smith1997-08-161-3/+3