aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add a missing pair of curly braces to a conditional debugJustin T. Gibbs2002-09-271-2/+3
* Add "missing scratch-pad register" to the first of the two portsPoul-Henning Kamp2002-09-271-2/+2
* Add a field so we can specify flags per port to the underlying device driver.Poul-Henning Kamp2002-09-272-0/+3
* Add yet a quick flag to sio: 0x100000 "Scratch pad register missing".Poul-Henning Kamp2002-09-271-6/+5
* Fix so it compiles with the new disklabel stuff.Søren Schmidt2002-09-271-5/+5
* MFNetBSD: Increasre the reset recovery time. (rev 1.69)Josef Karthauser2002-09-271-3/+3
* MFNetBSD: Update class codes. (rev 1.68)Josef Karthauser2002-09-271-5/+13
* MFNetBSD: Add Bluetooth related classes etc. (rev 1.67)Josef Karthauser2002-09-271-5/+12
* MFNetBSD: revision 1.66Josef Karthauser2002-09-271-6/+6
* Remove redundant inclusion of inttypes.h in aicasm_gram.yJustin T. Gibbs2002-09-274-8/+7
* Upgrade to version 1.1 of the aic79xx U320 driver.Justin T. Gibbs2002-09-266-243/+335
* Expand vendor ID.Justin T. Gibbs2002-09-261-1/+1
* Correct a spelling error.Justin T. Gibbs2002-09-261-2/+2
* Sync perforce IDs for changes first committed to FreeBSD and thenJustin T. Gibbs2002-09-264-4/+4
* Use inttypes.hJustin T. Gibbs2002-09-265-7/+26
* Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead ofJohn Baldwin2002-09-262-2/+2
* The AAC_COMPAT_LINUX option was really annoying, since it made theScott Long2002-09-252-52/+84
* - Use vrefcnt() instead of v_usecount.Jeff Roberson2002-09-251-1/+1
* Add some PCI id's for fxp. I've only tested 0x103B, but the IntelPaul Saab2002-09-241-0/+4
* Code cleanup: use mpt_prt instead of device_printf.Matt Jacob2002-09-245-222/+171
* Corrected license in the source files. It should say "MUST" instead of "MAY".Prafulla Deuskar2002-09-245-104/+94
* Move the com_emr register definition to sioreg.h.Yoshihiro Takahashi2002-09-241-0/+1
* Parameterize MPT_MAX_REQUESTS based upon device type (FC has Global CreditsMatt Jacob2002-09-234-82/+99
* use __packed.Alfred Perlstein2002-09-2314-216/+216
* Now that we only probe host-PCI bridges once, we no longer have to check toJohn Baldwin2002-09-231-12/+0
* use __packed/__aligned rather than GCC-specific __attribute__.Alfred Perlstein2002-09-232-14/+14
* s/__attribute__((__packed__))/__packed/gAlfred Perlstein2002-09-232-5/+5
* Wads more cleanup...Matt Jacob2002-09-231-176/+233
* Recognize the single channel 2Gb card (FC919)- thanks to LSI Logic forMatt Jacob2002-09-231-2/+14
* We do not need to expose mpt_notify outside of mpt_freebsd.c.Matt Jacob2002-09-231-1/+0
* When freeing a request, zero out the sequence number.Matt Jacob2002-09-231-2/+3
* Remove ISP_DMA_ADDR_T definition.Matt Jacob2002-09-231-10/+17
* Add MBOX_INIT_REQ_QUEUE_A64/MBOX_INIT_RES_QUEUE_A64 definitions.Matt Jacob2002-09-231-0/+6
* Redo dma tag creation to correctly reflect the boundary and segmentMatt Jacob2002-09-231-8/+7
* Re-specify the bus space creation such that if we have ISP_DAC_SUPPORTEDMatt Jacob2002-09-231-8/+12
* Fix buglet in A64 CTIO3 structure copy.Matt Jacob2002-09-231-1/+1
* Remove ISP_DMA_ADDR_T define (see ispvar.h)Matt Jacob2002-09-231-1/+4
* If we have a 1240 or an ULTRA2 or better card, use MBOX_INIT_RES_QUEUE_A64Matt Jacob2002-09-231-22/+49
* The ahc driver should only have one devclass, not one for each busScott Long2002-09-224-9/+10
* Fix a couple of longstanding typos which would have made aJohn Polstra2002-09-221-1/+2
* Follow the lead of recent changes in the 3com Linux driver byJohn Polstra2002-09-221-46/+3
* Set up the BCM570x chip's DMA Read/Write Control register moreJohn Polstra2002-09-221-2/+10
* Initialize fwsectors/fwheads to allow the DIOCGFWSECTORS andPeter Grehan2002-09-221-2/+2
* Move the com_scr register address definition over with the other seven.Poul-Henning Kamp2002-09-222-2/+1
* Remove #ifdef'ed Giant mutex wrappers round debugging statements.Mark Murray2002-09-212-10/+0
* Cleanup of amdpm(4).Nicolas Souchu2002-09-211-0/+1
* No functional change. Fix comments and whitespace.Mark Murray2002-09-211-4/+3
* Everywhere else, an argument passed to a device containing flagsMark Murray2002-09-211-5/+4
* don't include bus_dma.h which doesn't need.Hidetoshi Shimokawa2002-09-211-3/+0
* remove unused code.Hidetoshi Shimokawa2002-09-211-15/+0