summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Driver for LMC1504 card: four port E1 or fractional E1.phk2000-07-181-47/+115
* Add smc37c935 chipset support and clean up the code which tries todfr2000-07-182-32/+139
* Add in some new IN_XXX and CT_XXXX flags in preparationmjacob2000-07-181-0/+6
* If debugging set, zero out an incoming response entrymjacob2000-07-181-1/+5
* The SERVICING_INTERRUPT isn't quite safe yet.mjacob2000-07-181-0/+4
* Add a isp_target_putback_atio- we aren't using CCINCR at this time, somjacob2000-07-181-40/+169
* Raise debug level for some messages. Fix botched inversionmjacob2000-07-181-11/+9
* Keep interrupts blocked for all of isp_pci_attach. Redo DMA routinesmjacob2000-07-181-78/+161
* Properly detect ISA cards in EISA mode and skip them in the ISA identifymdodd2000-07-182-2/+12
* The modem driver for Communication Device Class, ACM compliant devices.n_hibma2000-07-171-25/+1114
* Add the PCI IDs for the Macronix 98727 and 98732 parts. These arewpaul2000-07-172-1/+10
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDn_hibma2000-07-1722-475/+475
* Rename MDNSECT to MD_NSECT and declare it as something that isn'tsheldonh2000-07-171-3/+3
* Add randomness write functionality. This does absolutely nothing formarkm2000-07-174-2/+40
* Regen.n_hibma2000-07-172-12/+156
* Lots of new device Ids. From NetBSD.n_hibma2000-07-171-5/+35
* Roll back target mode f/w to 7.55- 7.65 hangs when presented with amjacob2000-07-171-1967/+1855
* Add some detection code for the InSystem USB cable (ATAPI support not yetn_hibma2000-07-161-1/+14
* Don't break the ability to debug the kernel when gathering entropy.markm2000-07-161-1/+2
* Apply patch to the dc driver to handle Macronix MX98715AEC-C/D/E chips,wpaul2000-07-152-7/+33
* Shorten 49m attr resetting expressionache2000-07-151-2/+1
* Reset corresponding color attributes on 39m and 49mache2000-07-151-16/+17
* Close PR# 19904: remember to call sf_setmulti() when initializing thewpaul2000-07-141-0/+5
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-1333-145/+61
* Add support for Intel's i810 chipset with integrated graphics. Andfr2000-07-124-4/+518
* This in essence completes the receive path.phk2000-07-121-118/+427
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-9/+9
* Add attribute memory setup warningsdmlb2000-07-111-37/+86
* Storing to a pointer is (effectively) atomic; no need to protect thismarkm2000-07-114-20/+4
* I think I need to move the newly static variables to the random_statemarkm2000-07-112-12/+10
* Finally merge newmidi.tanimura2000-07-1120-78/+10949
* One should never allocate 4-kilobyte structs and such on the interruptgreen2000-07-112-4/+12
* Remove the XE_DEBUG define. It shouldn't be defined now that thingsimp2000-07-101-2/+3
* Provide more splsofttq() protection for the reseed task (running out ofmarkm2000-07-102-2/+28
* Make sure that tasks (running out of taskqueue_swi at splsofttq)markm2000-07-092-0/+10
* Small style change; make function names less likely to clash withmarkm2000-07-092-14/+14
* Add entropy-harvesting calls.markm2000-07-092-0/+10
* Yarrow tweaks; separate the fast and slow reseed tasks so that they don'tmarkm2000-07-094-22/+28
* Fix bug with a vraiable that needs to be per-process, not static;markm2000-07-092-16/+24
* use contigfree() rather than free() to free memory allocated withgallatin2000-07-081-4/+6
* Move newbus detection code to alloc routines.dmlb2000-07-071-50/+68
* Add entropy gathering code. This will work whether the module ismarkm2000-07-078-242/+730
* Properly fix world.n_hibma2000-07-062-2/+2
* Fix buildworld.roberto2000-07-061-0/+2
* Close PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver.wpaul2000-07-052-0/+3
* Use the packed attribute for the descriptor on the wiren_hibma2000-07-052-2/+4
* Oops! If we're deciding a command is now really dead, make *darned*mjacob2000-07-051-0/+9
* Clean up ISPCTL_ABORT_CMD function to not be too chatty if it succeeds,mjacob2000-07-051-7/+14
* be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointeritojun2000-07-042-1/+2
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-042-2/+2
OpenPOWER on IntegriCloud