Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-24 | regen | David Gwynne | |
2004-10-24 | MA101 and MA101 revision B | David Gwynne | |
2004-10-24 | Missed file from previous aic diff. | Kenneth R Westerback | |
2004-10-24 | Shuffle defines around so that ahc and ahd use the aic_ names that | Kenneth R Westerback | |
come with the freebsd sources, rather than duplicating those names in the ahd_ and ahc_ namespaces. Big reduction in delta to freebsd sources, which reduces noise when updating the code. No .o differences found on i386. ok marco@. | |||
2004-10-24 | Minimize delta to FreeBSD in preparation for bringing in updates. | Kenneth R Westerback | |
Mostly using recently defined scsi_message.h defines, and new and existing aic7xxx_cam.h defines to eliminate magic numbers or name variations. A few whitespace revisions. If we aren't putting the code in KNF, no need to live with other whitespace modifications. ok marco@. | |||
2004-10-23 | add subclass codes from the 2.3 spec | Brad Smith | |
From NetBSD ok jason@ deraadt@ | |||
2004-10-23 | add missing braces, noticed by mcbride@ | Brad Smith | |
2004-10-23 | re-add old xl_encap_90xB() for 905B/C cards. removed in rev 1.52. | Brad Smith | |
fixes reported mbuf leaks as well as transmit side breakage on macppc, PR 3892. ok mcbride@ | |||
2004-10-22 | sync | Theo de Raadt | |
2004-10-22 | some Atmel devices | Theo de Raadt | |
2004-10-22 | add some more wi devices found in netbsd and freebsd | Jonathan Gray | |
2004-10-22 | regen | Jonathan Gray | |
2004-10-22 | add some more wi devices found in netbsd and freebsd | Jonathan Gray | |
2004-10-22 | regen | Jonathan Gray | |
2004-10-22 | add id for Realtek 8180 based 802.11 devices | Jonathan Gray | |
2004-10-22 | KNF | Marco Peereboom | |
2004-10-22 | And add a license before theo kills me. | Marco Peereboom | |
2004-10-22 | Add mpt_ioctl.h file. | Marco Peereboom | |
2004-10-22 | Add: | Marco Peereboom | |
* bio ioctl interface * retrieval of manufacturing pages * retrieval of IOC pages * IM detection during boot This is the initial infrastructure to add IM/IME/IS support to the mpt driver. This is not extremely useful yet. Userland tool to follow. | |||
2004-10-20 | defined in pcidevs now | Theo de Raadt | |
2004-10-20 | sync | Theo de Raadt | |
2004-10-20 | PRO/2200BG_3 | Theo de Raadt | |
2004-10-20 | add some devices found in linux and freebsd drivers | Jonathan Gray | |
2004-10-20 | regen | Jonathan Gray | |
2004-10-20 | some additional prism devices found in linux drivers | Jonathan Gray | |
2004-10-20 | add devices found in linux driver | Jonathan Gray | |
2004-10-20 | regen | Jonathan Gray | |
2004-10-20 | usb wi devices found in linux driver | Jonathan Gray | |
2004-10-20 | put newlines at slightly different places during attach, leading to clean | Theo de Raadt | |
USB attach | |||
2004-10-20 | support for Intel 2100/2200BG/2915ABG wireless devices written by | Theo de Raadt | |
damien.bergamini@free.fr. This gets imported even though there is no firmware in the tree. This is a ridiculous situation: everything is free, everything works, except Intel will not let us put a little dinky firmware flat file into OpenBSD. So OpenBSD is ready for Intel whenever they are. Are you a consumer? Do you want to see this changed -- contact jketreno@linux.intel.com and tell him how you feel about this. He is likely someone who cannot do anything about it, though. If anyone can work up or down the chain around his department and get me contact information for various people, I will compile and later publish such a list. Go do it people -- this is how things will change. Get me email addresses and phone numbers. | |||
2004-10-20 | interrupt transfer support on usb2 controllers. allows the use of usb2 hubs | David Gwynne | |
with usb2 hardware. | |||
2004-10-20 | Use bus_addr_t instead of int for port address/offset, ok mickey | Per Fogelstrom | |
2004-10-19 | serverworks csb5 revision after 0x92 seems not to have 80-wire | Alexander Yurchenko | |
cable check. Should fix PR 3958. | |||
2004-10-19 | suspend/resume support | David Gwynne | |
while here define EHCI_DEBUG when USB_DEBUG is defined ok pvalchev@ deraadt@ | |||
2004-10-18 | quirks for the Creative Nomad from Michael Adda | David Gwynne | |
push by deraadt@ | |||
2004-10-18 | sync | David Gwynne | |
2004-10-18 | Creative Nomad from Michael Adda | David Gwynne | |
push by deraadt@ | |||
2004-10-18 | reduce linecount in dmesg | Theo de Raadt | |
2004-10-17 | model internal phy chunk on the one from rlphy | Theo de Raadt | |
2004-10-17 | some unknown Altima phy.. | Theo de Raadt | |
2004-10-17 | sync | Theo de Raadt | |
2004-10-17 | shrink crud | Theo de Raadt | |
2004-10-17 | another new Corega USB wireless (found in Tokyo) | Theo de Raadt | |
2004-10-17 | sync | Theo de Raadt | |
2004-10-17 | another vendor, another product.. | Theo de Raadt | |
2004-10-17 | Improve support for SiI3112 and add new controllers: SiI3512, SiI3114 | Alexander Yurchenko | |
and Adaptec AAR-1210SA (SiI3112 based). Mostly from NetBSD (work by thorpej@). Tested by me, Alexey E. Suslikov <cruel@texnika.com.ua>, tedu@, krw@, marc@, markus@. | |||
2004-10-17 | Allow chip-map function to specify which bits must permanently present | Alexander Yurchenko | |
in the dma command register. It's a no-op for now but sii3114 will need it. From NetBSD. | |||
2004-10-17 | Don't touch dma registers directly, instead use callbacks that | Alexander Yurchenko | |
can be overridden by chip-map function. It's a no-op for now but will be needed to support sata controllers which have a non-lenear dma registers space. | |||
2004-10-17 | Bump wdc_chanarray as well. | Alexander Yurchenko | |
2004-10-17 | Bump number of channels to PCIIDE_MAX_CHANNELS. | Alexander Yurchenko | |