summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTRjoe2002-09-305-0/+21
* Add support for DIOCGMEDIASIZE and DIOCGSECTORSIZE.phk2002-09-301-40/+9
* If GEOM is in the kernel, take these three out. I have no way ofphk2002-09-302-0/+6
* Prefix private BIO commands with "FD" so people get a hint that theyphk2002-09-301-11/+11
* HARP driver for the IDT77201/211 NICStAR ATM Adapter (Including Fore LE155).mdodd2002-09-305-0/+4699
* Use fcntl.h from inside /sys.obrien2002-09-301-1/+1
* mbuf leak in the error case has been fixed. When we haveimp2002-09-301-1/+3
* Fix commentimp2002-09-291-1/+1
* Limit the TX key to a valid rangeimp2002-09-292-1/+8
* Don't leak the bar list for each thing we allocate.imp2002-09-291-1/+3
* Rename "struct device" to "struct midway_device" to avoid clashingphk2002-09-282-3/+3
* This driver doesn't need to include <sys/bus_private.h> either.phk2002-09-282-2/+0
* Disabuse this driver of the notion that it needs to includephk2002-09-282-4/+2
* Add support for the BCM5702x chips.iwasaki2002-09-282-0/+3
* Don't use GCC shorthand for ?: unless it really matters.phk2002-09-281-2/+3
* Fix an indentation problem.phk2002-09-281-1/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-2821-60/+61
* Put the casts on the right hand side of =.phk2002-09-281-1/+1
* Add a missing pair of curly braces to a conditional debuggibbs2002-09-271-2/+3
* Add "missing scratch-pad register" to the first of the two portsphk2002-09-271-2/+2
* Add a field so we can specify flags per port to the underlying device driver.phk2002-09-272-0/+3
* Add yet a quick flag to sio: 0x100000 "Scratch pad register missing".phk2002-09-271-6/+5
* Fix so it compiles with the new disklabel stuff.sos2002-09-271-5/+5
* MFNetBSD: Increasre the reset recovery time. (rev 1.69)joe2002-09-271-3/+3
* MFNetBSD: Update class codes. (rev 1.68)joe2002-09-271-5/+13
* MFNetBSD: Add Bluetooth related classes etc. (rev 1.67)joe2002-09-271-5/+12
* MFNetBSD: revision 1.66joe2002-09-271-6/+6
* Remove redundant inclusion of inttypes.h in aicasm_gram.ygibbs2002-09-274-8/+7
* Upgrade to version 1.1 of the aic79xx U320 driver.gibbs2002-09-266-243/+335
* Expand vendor ID.gibbs2002-09-261-1/+1
* Correct a spelling error.gibbs2002-09-261-2/+2
* Sync perforce IDs for changes first committed to FreeBSD and thengibbs2002-09-264-4/+4
* Use inttypes.hgibbs2002-09-265-7/+26
* Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead ofjhb2002-09-262-2/+2
* The AAC_COMPAT_LINUX option was really annoying, since it made thescottl2002-09-252-52/+84
* - Use vrefcnt() instead of v_usecount.jeff2002-09-251-1/+1
* Add some PCI id's for fxp. I've only tested 0x103B, but the Intelps2002-09-241-0/+4
* Code cleanup: use mpt_prt instead of device_printf.mjacob2002-09-245-222/+171
* Corrected license in the source files. It should say "MUST" instead of "MAY".pdeuskar2002-09-245-104/+94
* Move the com_emr register definition to sioreg.h.nyan2002-09-241-0/+1
* Parameterize MPT_MAX_REQUESTS based upon device type (FC has Global Creditsmjacob2002-09-234-82/+99
* use __packed.alfred2002-09-2314-216/+216
* Now that we only probe host-PCI bridges once, we no longer have to check tojhb2002-09-231-12/+0
* use __packed/__aligned rather than GCC-specific __attribute__.alfred2002-09-232-14/+14
* s/__attribute__((__packed__))/__packed/galfred2002-09-232-5/+5
* Wads more cleanup...mjacob2002-09-231-176/+233
* Recognize the single channel 2Gb card (FC919)- thanks to LSI Logic formjacob2002-09-231-2/+14
* We do not need to expose mpt_notify outside of mpt_freebsd.c.mjacob2002-09-231-1/+0
* When freeing a request, zero out the sequence number.mjacob2002-09-231-2/+3
* Remove ISP_DMA_ADDR_T definition.mjacob2002-09-231-10/+17
OpenPOWER on IntegriCloud