summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Be consistent about funtions being static.phk2002-10-162-6/+8
* Be consistent about functions being static.phk2002-10-162-11/+11
* Be consistent about functions being static.phk2002-10-163-10/+12
* Be consistent about functions being static.phk2002-10-1611-26/+26
* Fix misindentation.phk2002-10-161-2/+2
* Never allow memory mapped I/O in PCI-X mode on controllers thatgibbs2002-10-161-2/+4
* Replace aux mbufs with packet tags:sam2002-10-161-1/+1
* missed additional callout that can run w/o Giant lockedsam2002-10-151-1/+2
* Include "opt_kbd.h" since certain structures size depend on the valuephk2002-10-152-0/+4
* Fix previous commit: Don't cast integral types to pointers tomarcel2002-10-151-2/+2
* Put function return types on a line by themselves.alfred2002-10-1420-83/+123
* LINT related fixes (as noticed by bde)mjacob2002-10-141-6/+6
* This file doesn't need opt_bus.h.jhb2002-10-141-2/+0
* Fix support for the ALi M5451 (rev 0.2) chip.cognet2002-10-141-5/+47
* o Comment out the symbol download code for 4.x.imp2002-10-144-6/+42
* Import of the trm(4) driver (for Tekram DC395U/UW/F and DC315U SCSI adapters).cognet2002-10-132-0/+4352
* MODINFO_SIZE metadata has type size_t, not unsigned. This makes preloadedjake2002-10-131-1/+1
* Make this compile on 64-bit architectures (e.g. ia64) by not assumingmarcel2002-10-121-2/+2
* Know that a 10160 is the same as a 12160.mjacob2002-10-121-0/+2
* s/modunload/kldunloadimp2002-10-111-1/+1
* No need to hold Giant will harvesting RNG data; change callout_init sosam2002-10-112-2/+4
* This should enable 10160 support. As best as I can tell, the samemjacob2002-10-113-4/+27
* Fix the code so that it no longer on alpha refers to the now nonexistentmjacob2002-10-111-17/+1
* add some devices from NetBSDimp2002-10-111-1/+9
* Some renamings from pccarddevsimp2002-10-111-4/+6
* sync to 1.36 of pccarddevsimp2002-10-111-20/+52
* Merge from NetBSD plus diff reduction to netbsd's pcmciadevs 1.177 file:imp2002-10-111-10/+24
* Add Planex GWNS11Himp2002-10-111-0/+1
* sync to 1.35 of pccarddevsimp2002-10-111-1/+10
* Add a new NewMedia BUSTOASTER that I bought on ebay (sadly w/o scsi dongle).imp2002-10-111-0/+5
* o Set CBB_CARD_OK just before CARD_ATTACH_CARD. If ATTACH_CARD fails, thenimp2002-10-111-12/+14
* Get the most recent 2300 f/w that's on the QLogic intranet- fixes lotsmjacob2002-10-101-5683/+5802
* From PHK's flex tool- we can get -1 returned from xpt_path_target_id,mjacob2002-10-101-15/+18
* Use d_thread_t for cdevsw functions instead of struct thread * so that itjhb2002-10-091-3/+3
* Include <dev/acpica/acpivar.h> instead of <acpica/acpivar.h> like all thejhb2002-10-091-1/+1
* Fix build on alpha. It used to case an int to a pointer in order to dopeter2002-10-091-1/+2
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-099-9/+9
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-093-4/+4
* Fix for the panic when using a Promise TX2.sos2002-10-081-16/+23
* Don't panic for a bad ivar request, just return ENOENT.jhb2002-10-081-1/+0
* Make kldunload cbb work:imp2002-10-081-22/+17
* Add device driver for Belkin F5U103 and compatible USB-to-serial adapters.kan2002-10-081-0/+739
* Regen after usbdevs rev. 1.102.kan2002-10-082-0/+30
* Add entries for:kan2002-10-081-0/+6
* MFp4:imp2002-10-072-46/+76
* o Add a nomatch routine so we whine when we don't know what to attach toimp2002-10-071-19/+90
* Merge changes from NetBSD through version 1.17 of this file. Theseimp2002-10-071-14/+54
* o Add routines to return the location and pnpinfo for this card.imp2002-10-071-46/+83
* Don't abuse the fact that -a == ~a + 1. Signed vs unsigned checkersimp2002-10-071-1/+1
* Add extra set of parens around the barbit macro to make it clear whatimp2002-10-071-1/+1
OpenPOWER on IntegriCloud