Age | Commit message (Expand) | Author |
1999-11-26 | provide general "probing" routine, also used in isa cards memory sizing; | Michael Shalayeff |
1999-11-26 | vm_offset_t -> vaddr_t | Artur Grabowski |
1999-11-26 | Another comment change. (NBPG -> PAGE_SIZE). | Artur Grabowski |
1999-11-25 | no warnings; jwoehr@advtech.uswest.com | Theo de Raadt |
1999-11-23 | make CFGPRINTF only available for SCSIDEBUG/DEBUG kernels | mjacob |
1999-11-23 | make a couple more items CFGPRINTF items | mjacob |
1999-11-23 | Bugfix from NetBSD. For SiS, PIIX, and Apollo IDE controllers, | Chris Cappuccio |
1999-11-23 | pretty up kernel printf's | Jason Wright |
1999-11-22 | Fix crock where channel was used before being set. All my kernels | mjacob |
1999-11-22 | Roll in new firmware (also with a shiny new BSD style licence) | mjacob |
1999-11-22 | Far too many things to note- a complete new revision coming in including | mjacob |
1999-11-22 | Far too many things to note- a complete new revision coming in including | mjacob |
1999-11-22 | add mii attribute to wb | Jason Wright |
1999-11-20 | ioctl arguments are u_long. | Marc Espie |
1999-11-19 | use bus_dma* | Jason Wright |
1999-11-17 | merge with freebsd: | Jason Wright |
1999-11-17 | mii fixups and merge with freebsd: | Jason Wright |
1999-11-17 | New interface to ATA registers that goes through the lower-level device | Constantine Sapuntzakis |
1999-11-16 | Remove unused (ifdef:d away) variables. | Artur Grabowski |
1999-11-16 | We don't need a prototype for kmem_alloc. | Artur Grabowski |
1999-11-15 | Remove a duplicate #include. | Aaron Campbell |
1999-11-14 | Kill the overly verbose description strings, add another device. | Jason Downs |
1999-11-14 | Regen | Jason Downs |
1999-11-14 | Shrink more; make all puc devices simply "I/O", and add another one. | Jason Downs |
1999-11-14 | sync | Theo de Raadt |
1999-11-14 | shrink | Theo de Raadt |
1999-11-13 | sync | Theo de Raadt |
1999-11-13 | add another modem | Theo de Raadt |
1999-11-11 | add a powerhook to disable DMA on suspend. okay jason@ | Niels Provos |
1999-11-11 | Delay USB device attachment to prevent lost interrupts when probing uaudio. | Hakan Olsson |
1999-11-11 | USB Audio, from NetBSD (augustss@carlstedt.se). Imported by me and niklas@. | Hakan Olsson |
1999-11-09 | sync | Niels Provos |
1999-11-09 | neomagic 256av | Niels Provos |
1999-11-09 | in the ifdef POWERPC section, do use ppc, not p4e, for the iohandle | Dale S. Rahn |
1999-11-09 | sync | Chris Cappuccio |
1999-11-09 | Add Triones/Highpoint HPT343, HPT366 | Chris Cappuccio |
1999-11-07 | regen. | Federico G. Schwindt |
1999-11-07 | sigh, tag shouldn't be a comment in *devs. | Federico G. Schwindt |
1999-11-07 | sync with NetBSD. | Federico G. Schwindt |
1999-11-07 | regen. | Federico G. Schwindt |
1999-11-07 | oops. add OpenBSD tag. | Federico G. Schwindt |
1999-11-07 | New devices. | Federico G. Schwindt |
1999-11-06 | sync | Theo de Raadt |
1999-11-06 | I shortened these names ON PURPOSE. Do NOT make them long again! | Theo de Raadt |
1999-11-05 | Commit to pcmciadevs (or any other *devs) should be done in two steps, | Federico G. Schwindt |
1999-11-05 | Add BayStack 650 FH 802.11 (from NetBSD) | Angelos D. Keromytis |
1999-11-05 | Fix ata_get_params on big endian platforms. | Constantine Sapuntzakis |
1999-11-05 | use wdc_input_bytes and wdc_output_bytes | Constantine Sapuntzakis |
1999-11-05 | The default network name is not "ANY", it's the empty string. I've | Angelos D. Keromytis |
1999-11-04 | Make sure bus mastering is enabled, from freebsd if_de.c | Chris Cappuccio |