Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-28 | Add support for: | Federico G. Schwindt | |
- 3COM 3CXEM556 (Ethernet/Modem) - SVEC Combo and Lancard - Corega PCC-T Add pcmcia_check_cis_quirks to fix some cards whose CIS flat-out lies. Add more products to pcmciadevs. Correctly read 1 controller if CL-PD6729. Remove some unused vars. | |||
1999-01-24 | remove unneeded pio.h inclusion | Michael Shalayeff | |
1999-01-23 | kill #pragma pack. | Marc Espie | |
1999-01-23 | replace #pragma pack -> attribute((packed)) | Marc Espie | |
1999-01-21 | Remove remnicients of old pcmcia code, allow both pccom & com at pcmcia | Niklas Hallqvist | |
work again | |||
1999-01-21 | Fix my com/pccom thinko | Niklas Hallqvist | |
1999-01-21 | Comment com attach since it conflicts with the i386 declaration. | Federico G. Schwindt | |
(perhaps this should be moved to files.<arch>?) | |||
1999-01-20 | pccom is i386 only, com can be attached from mi-land though | Niklas Hallqvist | |
1999-01-20 | ne needs to be attached before we | Niklas Hallqvist | |
1999-01-20 | Use #error instead of C syntax error to report an inconsistency in defines | Niklas Hallqvist | |
1999-01-19 | sync | Todd C. Miller | |
1999-01-19 | move attachment of lpt way down as it can deal without | Niklas Hallqvist | |
getting an interrupt nowadays. This makes the sb/lpt conflict go away | |||
1999-01-16 | M1531 Host-PCI Bridge | Federico G. Schwindt | |
1999-01-16 | hppa has isa too | Michael Shalayeff | |
1999-01-11 | Import of CMU's RAIDframe via NetBSD. | Niklas Hallqvist | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1999-01-11 | remove pnic stuff | Jason Wright | |
1999-01-11 | Driver for PNIC boards | Jason Wright | |
1999-01-11 | Make attachment sane. | Jason Downs | |
1999-01-11 | The DSP likes it better if you actually give it an iobase and a handle. | Jason Downs | |
1999-01-11 | more printf/panic merging, since panic() is stdarg | Aaron Campbell | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1999-01-11 | shave a few byes by combining a printf and panic that are consecutive | Todd C. Miller | |
1999-01-11 | kill unnecessary printf before a panic | Todd C. Miller | |
1999-01-10 | VIA Rhine driver, ported from FreeBSD; written by wpaul@ctr.columbia.edu. | Jason Downs | |
1999-01-10 | sync | Jason Downs | |
1999-01-10 | pretty Rhine | Jason Downs | |
1999-01-10 | Don't leak the spl() if the card setup fails. | Jason Downs | |
1999-01-08 | Driver for Macronix 98713, 98713A, 98715 and 98725 based nics ported from ↵ | Jason Wright | |
FreeBSD. | |||
1999-01-08 | sync | Jason Wright | |
1999-01-08 | added macronix 98715 | Jason Wright | |
1999-01-07 | revert to polled mode if configured irq is not available | Niklas Hallqvist | |
1999-01-07 | Polled mode when no irq was configured was broken | Niklas Hallqvist | |
1999-01-07 | Die, NEWCONFIG | Niklas Hallqvist | |
1999-01-07 | Delayed irq allocation for pcic, gives pccard devices better chance of getting | Niklas Hallqvist | |
working interrupts on laptops where some are not wired to the pccard controller | |||
1999-01-04 | sync | Theo de Raadt | |
1999-01-04 | new modem | Theo de Raadt | |
1999-01-04 | Don't isolate if NOISOLATE flag is set | Jason Wright | |
1999-01-04 | o Switching from 10->100 needs a bit of extra bit fiddling | Jason Wright | |
(isolate -> switch bmcr -> unisolate) o Switching from 10->auto needs a reset o hme doesn't advertise everything it supports, so during reset, set the ANAR according to the supported media in BMSR. | |||
1999-01-04 | Make sure both phyid registers have bogus values before assuming | Jason Wright | |
it's a phy with no phyid. | |||
1999-01-03 | provide pcmcia IO bus mapper with list of blocks where it should | Theo de Raadt | |
preferentially map; idea by me, code by niklas | |||
1999-01-02 | unused var | Niklas Hallqvist | |
1999-01-02 | I messed up the PNP attachment | Niklas Hallqvist | |
1999-01-02 | Forgotten file in the midi commit | Niklas Hallqvist | |
1999-01-02 | Remove unnecessary extern | Niklas Hallqvist | |
1999-01-02 | OpenBSDify | Niklas Hallqvist | |
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist | |
1999-01-01 | Don't print irq twice if it's defined in the config-file. | Federico G. Schwindt | |
1998-12-31 | Don't panic if the pcic irq is defined in the config-file. | Federico G. Schwindt | |