aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Release the ppbus when probe fails.Nicolas Souchu1998-11-091-2/+5
* ifioctl takes a u_long rather than an int on 3.0Peter Wemm1998-11-091-1/+5
* s/%#p/%p/ to fix a warning. This looks like a leftover of once beingPeter Wemm1998-11-091-3/+3
* Port the ps/2 mouse driver to the alpha.Doug Rabson1998-11-081-0/+2221
* Check if devclass exists for probed devices beforeNicolas Souchu1998-11-081-2/+4
* Add semicolon to INTERFACE declarationsNicolas Souchu1998-11-084-8/+8
* * Fix a couple of places in the device pager where an address wasDoug Rabson1998-11-082-4/+4
* Change METHODE (french) to METHOD.Nicolas Souchu1998-11-071-3/+3
* Define DEBUG only if not already defined, avoiding confusions withNicolas Souchu1998-11-071-1/+3
* Add iic driver iff the corresponding devclass exists.Nicolas Souchu1998-11-071-7/+8
* Return to previous check_for_i2c_devices() behaviour.Nicolas Souchu1998-11-072-24/+17
* If this is going to have checks for kernel versions, it might as wellPeter Wemm1998-11-062-15/+29
* Remove machine/cputypes.h - it's an i386 only thingPeter Wemm1998-11-061-2/+1
* iicbus probe and attach deferred until root_bus_configure() call.Nicolas Souchu1998-11-041-5/+1
* Properly reset parent to get interface addr.Nicolas Souchu1998-11-041-3/+3
* Remove an error message from sb interrupt driver -- itLuigi Rizzo1998-11-044-32/+0
* Simple update to make these work as kld and preload modules.Peter Wemm1998-11-046-84/+34
* In the cyrix Cx5530, there are null (empty) Base address registers before theJulian Elischer1998-11-031-17/+25
* Remove some dead code and commentsGreg Lehey1998-11-031-10/+8
* Print a warning if we removed a junked driveGreg Lehey1998-11-031-1/+7
* Take drive down if the disk driver tells us it's not thereGreg Lehey1998-11-031-1/+5
* Check for duplicate subdisk namesGreg Lehey1998-11-031-9/+9
* Don't update the screen while the cursor shape is being changedKazutaka YOKOTA1998-11-031-1/+5
* Change some numeric #defines to enumsGreg Lehey1998-11-021-12/+11
* Don't close drives when called from interrupt context, set a flag forGreg Lehey1998-11-021-23/+63
* Get the default revive blocksize right for striped and RAID-5 plexesGreg Lehey1998-11-021-3/+4
* Close any drives downed in an interrupt context.Greg Lehey1998-11-021-5/+24
* Accept incorrect device open counts, but print a warningGreg Lehey1998-11-021-2/+17
* Check for maximum number of subdisks in a plexGreg Lehey1998-11-021-1/+11
* Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to beSemen Ustimenko1998-11-013-507/+1663
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-3122-102/+102
* Fixup prototypes so that this beastie compiles.Peter Wemm1998-10-311-4/+4
* New callback mechanism to allow iicbus bus allocation when requestingNicolas Souchu1998-10-314-32/+79
* pcf.c: timeout management addedNicolas Souchu1998-10-313-146/+308
* lpbb is the official Philips parallel I2C interface. lpbb.c contains onlyNicolas Souchu1998-10-312-7/+340
* iicbb is generic support for I2C bit-banging.Nicolas Souchu1998-10-3110-120/+665
* Brooktree driver ported to the new I2C framework. See iicbus(4) for more info.Nicolas Souchu1998-10-314-19/+538
* Fix a typo, and remove verbose error reporting when inLuigi Rizzo1998-10-301-2/+4
* Do not disable the ISA compatibility window if it is the same value asJustin T. Gibbs1998-10-303-10/+22
* Correct the reporting of the queue full condition so that the XPT layerJustin T. Gibbs1998-10-292-6/+13
* Don't complain about SIOCGIFMEDIA; it's harmless and not somethingMike Smith1998-10-241-1/+8
* Move the kld stuff to here.Peter Wemm1998-10-231-4/+38
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-2221-41/+88
* Defer rundown (m_freem) of completed transmit buffers for no longerDavid Greenman1998-10-221-1/+22
* config.c:Greg Lehey1998-10-2111-56/+188
* Add a missing ++.Poul-Henning Kamp1998-10-181-3/+3
* -Wunused cleanup.Justin T. Gibbs1998-10-151-18/+26
* -Wunused cleanup.Justin T. Gibbs1998-10-152-20/+5
* -Wunused cleanup.Justin T. Gibbs1998-10-154-19/+8
* Honor CAM_TAG_ACTION_NONE.Justin T. Gibbs1998-10-153-6/+9