Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-21 | SIGFPE signal codes for SSE. | Mark Kettenis | |
nice deraadt@ | |||
2004-10-20 | Provide real console drivers on installation media, and deem pcons obsolete | Miod Vallat | |
(I still need to port a few SBUS video drivers from sparc to sparc64 for pcons to become really really unlikely used). GENERIC is just being reordered, RAMDISK* get the real additions, and it still fits even on the U1/1E/2 floppy disk. | |||
2004-10-20 | vr(4) now works out of the box and brings defenceless sparc64 in a new age | Miod Vallat | |
of misery, reported by Jean-Marc "Batou" Harang. | |||
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 | CAPINFO_BITS from the current net/if_ieee80211.h header; fixes | Federico G. Schwindt | |
CHNL_AGILITY printing too. deraadt ok. | |||
2004-10-20 | put newline at right place during attach | 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 | disable the intel wireless stuff by default | Theo de Raadt | |
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 | Fix some 64 bit address problems. | Per Fogelstrom | |
Some function names made more unique. Other changes for the upcoming Origin 200 support. | |||
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 | use queue.h provided macro when traversing the process list, no changes | Pedro Martelletto | |
in generated object file. from Joris Vink. | |||
2004-10-19 | suspend/resume support | David Gwynne | |
while here define EHCI_DEBUG when USB_DEBUG is defined ok pvalchev@ deraadt@ | |||
2004-10-18 | Do not pass -print-map to the linker anymore, as we don't care about this | Miod Vallat | |
output. | |||
2004-10-18 | Move exec.h out from sgi to share it with other mips64 ports; with | Alexander Yurchenko | |
a tip from miod@. ok pefo@ miod@ | |||
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-18 | Do not embed an ip header with a decremented ttl into an icmp message. | Otto Moerbeek | |
Wait with the decrement until after the copy is done. Resolves checksum mismatches on the embedded header, as reported by tcpdump. ok markus@ itojun@ | |||
2004-10-18 | g/c ip6_flow_seq. found by mcbride. mcbride ok | Jun-ichiro itojun Hagino | |
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 | Replace ifdef NATM with if NATM > 0 | Alexander Yurchenko | |
ok millert@ miod@ | |||
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 | |
2004-10-17 | Constify channel name. | Alexander Yurchenko | |
2004-10-17 | Stop bloating pciide_softc with chip-specific variables. Add one pointer | Alexander Yurchenko | |
to chip private data and use it. | |||
2004-10-17 | Move pciide_softc definition to pciidevar.h. | Alexander Yurchenko | |
2004-10-17 | Define 4 channels max for pciide. Legacy ide controllers can only | Alexander Yurchenko | |
have 2, but sata ones can more. From NetBSD. | |||
2004-10-17 | Fix space. | Alexander Yurchenko | |
2004-10-17 | Add a callback drv_probe() to allow underlying ata controller driver | Alexander Yurchenko | |
to probe for drives in its own way. It's a no-op for now but will be needed for native sata support. |