Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-27 | sync | Federico G. Schwindt | |
1999-02-27 | ESS ES1878 Plug and Play AudioD; hbaez@usa.net. | Federico G. Schwindt | |
1999-02-25 | Fix autosetting of d_type and d_typename that I introduced in rev | Todd C. Miller | |
1.36. Checking wdp_config for WD_CFG_FIXED is incorrect. Default to ESDI/IDE if WD_CAP_LBA is set in wdp_capabilities instead. Also, set d_typename for non-IDE/ESDI to "ST506/MFM/RLL" not "ST506/MFM/RLL di" (the latter caused by truncation to 16 characters). | |||
1999-02-20 | sync | Theo de Raadt | |
1999-02-20 | a isapnp pcic | Theo de Raadt | |
1999-02-19 | sync | Theo de Raadt | |
1999-02-19 | new usr modem | Theo de Raadt | |
1999-02-15 | Change 3rd range in pcic_ranges to use from 0x390 to 0x3b0. | Federico G. Schwindt | |
1999-02-13 | If the card is not present be sure to always call bus_space_unmap on exit. | Federico G. Schwindt | |
1999-02-13 | If the card is not present be sure to always call bus_space_unmap on exit. | Federico G. Schwindt | |
1999-02-09 | sync | Theo de Raadt | |
1999-02-09 | more flesh | Theo de Raadt | |
1999-02-07 | Break out of loop in isa_intr_check() if we know what IRQ we want but ↵ | Todd C. Miller | |
isa_intr_check() says we can't have it. | |||
1999-01-31 | Fix clobbers so that GENERIC may compile with egcs. | Marc Espie | |
Historically, the documentation of extended asm was lacking, namely you should NOT specify the same register as an input, and a clobber. If the register is clobbered, it should be specified as an output as well, e.g., by linking input and output through the "number" notation. (Beware of lvalues, some local variables needed...) In older versions, up-to egcs1.1.1, the compiler did not even warn about it, but it was liable to output bad code. Newer egcs are pickier and simply refuse to swallow such code. | |||
1999-01-30 | Make this build on architectures that define __NO_ISA_INTR_CHECK. | imp | |
This is a hack, but so is __NO_ISA_INTR_CHECK. | |||
1999-01-28 | Remove unused vars. | Federico G. Schwindt | |
1999-01-24 | remove unneeded pio.h inclusion | Michael Shalayeff | |
1999-01-23 | kill #pragma pack. | Marc Espie | |
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 | 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 | hppa has isa too | Michael Shalayeff | |
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 | 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-07 | revert to polled mode if configured irq is not available | 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-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 | 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 | |
1998-12-31 | semantic change: prefer unshared intr, settle for level shared. this will ↵ | Theo de Raadt | |
still fail in some cases | |||
1998-12-29 | work around some ugly glitches | Theo de Raadt | |
1998-12-28 | carefully clear r->h, and avoid a panic | Theo de Raadt | |
1998-12-28 | sync | Theo de Raadt | |
1998-12-28 | merge tags for similar drivers | Theo de Raadt | |
1998-12-28 | handle driver/driver tags | Hugh Graham | |
1998-12-28 | sync | Theo de Raadt | |
1998-12-28 | indent | Theo de Raadt | |
1998-12-27 | non-working isapnp aha support | Theo de Raadt | |
1998-12-27 | sync | Theo de Raadt | |
1998-12-27 | adaptec things | Theo de Raadt | |