summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* If this is going to have checks for kernel versions, it might as wellpeter1998-11-062-15/+29
* Remove machine/cputypes.h - it's an i386 only thingpeter1998-11-061-2/+1
* iicbus probe and attach deferred until root_bus_configure() call.nsouch1998-11-041-5/+1
* Properly reset parent to get interface addr.nsouch1998-11-041-3/+3
* Remove an error message from sb interrupt driver -- itluigi1998-11-044-32/+0
* Simple update to make these work as kld and preload modules.peter1998-11-046-84/+34
* In the cyrix Cx5530, there are null (empty) Base address registers before thejulian1998-11-031-17/+25
* Remove some dead code and commentsgrog1998-11-031-10/+8
* Print a warning if we removed a junked drivegrog1998-11-031-1/+7
* Take drive down if the disk driver tells us it's not theregrog1998-11-031-1/+5
* Check for duplicate subdisk namesgrog1998-11-031-9/+9
* Don't update the screen while the cursor shape is being changedyokota1998-11-031-1/+5
* Change some numeric #defines to enumsgrog1998-11-021-12/+11
* Don't close drives when called from interrupt context, set a flag forgrog1998-11-021-23/+63
* Get the default revive blocksize right for striped and RAID-5 plexesgrog1998-11-021-3/+4
* Close any drives downed in an interrupt context.grog1998-11-021-5/+24
* Accept incorrect device open counts, but print a warninggrog1998-11-021-2/+17
* Check for maximum number of subdisks in a plexgrog1998-11-021-1/+11
* Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to besemenu1998-11-013-513/+1669
* Trivial stylish changes, mostly to silence gcc.phk1998-10-3122-102/+102
* Fixup prototypes so that this beastie compiles.peter1998-10-311-4/+4
* New callback mechanism to allow iicbus bus allocation when requestingnsouch1998-10-314-32/+79
* pcf.c: timeout management addednsouch1998-10-313-147/+309
* lpbb is the official Philips parallel I2C interface. lpbb.c contains onlynsouch1998-10-312-7/+340
* iicbb is generic support for I2C bit-banging.nsouch1998-10-3110-120/+665
* Brooktree driver ported to the new I2C framework. See iicbus(4) for more info.nsouch1998-10-314-19/+538
* Fix a typo, and remove verbose error reporting when inluigi1998-10-301-2/+4
* Do not disable the ISA compatibility window if it is the same value asgibbs1998-10-303-10/+22
* Correct the reporting of the queue full condition so that the XPT layergibbs1998-10-292-6/+13
* Don't complain about SIOCGIFMEDIA; it's harmless and not somethingmsmith1998-10-241-1/+8
* Move the kld stuff to here.peter1998-10-231-4/+38
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-2221-41/+88
* Defer rundown (m_freem) of completed transmit buffers for no longerdg1998-10-221-1/+22
* config.c:grog1998-10-2111-56/+188
* Add a missing ++.phk1998-10-181-3/+3
* -Wunused cleanup.gibbs1998-10-151-18/+26
* -Wunused cleanup.gibbs1998-10-152-20/+5
* -Wunused cleanup.gibbs1998-10-154-19/+8
* Honor CAM_TAG_ACTION_NONE.gibbs1998-10-153-6/+9
* Reduce the number of ccbs to 16, per the aha documentation. Moveimp1998-10-151-3/+3
* Bring back support for honoring the primary channel setting for twin channelgibbs1998-10-152-48/+89
* Andrew Gallatin reported some internal queue overflows with MAXISPREQUESTmjacob1998-10-141-1/+1
* Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. Thispeter1998-10-142-6/+6
* Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, andpeter1998-10-132-57/+91
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toimp1998-10-123-73/+11
* Clear out transmit descriptor memory in fxp_attach when it's malloced.dg1998-10-111-1/+2
* Fixed mbuf leak in fxp_stop().dg1998-10-101-5/+9
* Attempt to work around the page fault in tulip_txput(). I've been runningpeter1998-10-101-2/+2
* Fix conficts in probe:imp1998-10-103-3/+77
* Call dpt_intr from our timeout routine to clear any pending commands beforegibbs1998-10-091-3/+11
OpenPOWER on IntegriCloud