summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-211-1/+3
* Yank the casts.fsmp1997-08-211-1/+1
* Reorder function decls alphabetically.fsmp1997-08-211-2/+2
* Add several casts and include several header files to eliminate compilerfsmp1997-08-212-3/+6
* Add a cast to eliminate a compiler warning.fsmp1997-08-211-1/+1
* A few more casts and a function declaration for warning free kernel builds.fsmp1997-08-211-1/+2
* Fixed a warning about undefined isa_irq_pending(). (UP kernel only)fsmp1997-08-211-4/+4
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.fsmp1997-08-213-30/+3
* Attempt to make cy.c MP-safe.fsmp1997-08-202-2/+84
* Preperation for moving cpl into critical region access.fsmp1997-08-201-1/+48
* Added frequencies for north american HRC cable.fsmp1997-08-171-2/+19
* Use cdev major 82 instead of the (reserved-for-local-use) original 14msmith1997-08-161-3/+3
* Minor ppc_data structure tweak.msmith1997-08-161-3/+3
* Sync with ppbus-970815 from the author :msmith1997-08-1610-245/+900
* ISA Parallel-Port Bus chipset driver.msmith1997-08-142-0/+901
* New directory and drivers for Parallel Port Bus devices.msmith1997-08-148-0/+2597
* Fixed locking violation of vnode operation. VOP_READ, VOP_WRITE andkato1997-08-141-2/+7
* Add the NetVin 5000 series NE2000 PCI card vendor and device IDs.danny1997-08-141-1/+2
* Add a spin lock that prevents the sequencer from attempting to add angibbs1997-08-132-2/+26
* Fix the checks for screenborder for the mousepointer.sos1997-08-091-14/+12
* Yeah I'm back hacking syscons !!sos1997-08-081-6/+56
* Added include of intr_machdep.h to eliminate compiler warning for APIC_IO.fsmp1997-08-041-2/+3
OpenPOWER on IntegriCloud