| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-01-02 | Change the probe code. You cannot unmap bus space and then use it. | augustss | |
| 2002-01-02 | Add missing newline. | augustss | |
| 2002-01-01 | Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popov | augustss | |
| for OpenBSD, from where it was imported. | |||
| 2001-12-31 | Labels must be followed by statements. | thorpej | |
| 2001-12-29 | Add a case for x86_64. | thorpej | |
| 2001-12-16 | Rename weasel.c to weasel_isa.c in preparation for supporting the | thorpej | |
| PCI version of the Weasel. | |||
| 2001-12-16 | Try again: weasel -> weasel_isa | thorpej | |
| 2001-12-16 | Oops, revert previous; it included some other changes there weren't | thorpej | |
| meant to be checked in. | |||
| 2001-12-16 | weasel -> weasel_isa | thorpej | |
| 2001-12-06 | Fix PR 13465 by Krister Walfridsson: memory initialization used uninitialized | rafal | |
| variable to start off the write pattern (how ironic! 8-). | |||
| 2001-11-28 | - convert usage of "defopt" to "defflag" where the relevant option does | lukem | |
| not support a value (e.g., it's to be used as "options FOO" instead of "options FOO=xxx"). options that take a value were converted to defparam recently. - minor whitespace & formatting cleanups | |||
| 2001-11-26 | Added macros for the bits in the SYSBUS byte, and macros | fredette | |
| for the i82596 PORT access interface, from the documentation for that chip. These help clarify writes to the SYSBUS part of the SCP, and PORT usage by i82596-aware drivers. | |||
| 2001-11-26 | add $NetBSD$ and copyright notice and rcsid. | yamt | |
| 2001-11-26 | move dev/isa/cs89x0{.c,{var,reg}.h} into dev/ic | yamt | |
| and split isadma parts into /dev/isa/cs89x0isa*. | |||
| 2001-11-26 | - add power management code. | yamt | |
| - use ether_ioctl instead of its own code. (make ifconfig down works properly.) | |||
| 2001-11-24 | - add (partial?) i/o mode support. | yamt | |
| - add partial cs8920 support. - add detach code. - add a quirk for EtherJet PCMCIA with cardbus bridge. (above "partial" means "engough to support EtherJet PCMCIA") | |||
| 2001-11-21 | Presence looks better with a 'c' instead of an 's'. | wiz | |
| 2001-11-20 | - replace "defopt" with "defparam" for options which must take a value, | lukem | |
| as config(8) will warn for value-less defparam options - minor whitespace/formatting cleanup - consolidate opt_tcp_recvspace.h and opt_tcp_sendspace.h into opt_tcp_space.h | |||
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem | |
| 2001-11-13 | add RCSID | lukem | |
| 2001-11-04 | AD1845 on my AlphaStation 255 doesn't match the AD1845 doc. | itohy | |
| Try to detect AD1845 (unfortunately this is not always correct) and work around the problems. | |||
| 2001-10-03 | Add a new optional method, dev_ioctl, to the audio hardware driver interface. | augustss | |
| It is called when an unrecognized ioctl() is performed on a device, thus allowing ioctl()s that frob the hardware driver (like loading microcode). | |||
| 2001-09-30 | Fix a very stupid pasto - the card has two B channels, so better not | martin | |
| query the HSCX chip version of the third one. | |||
| 2001-09-29 | Add a missing command. | augustss | |
| 2001-09-26 | "cms" is not needs-flag | thorpej | |
| 2001-09-26 | "aria" does not needs-flag | thorpej | |
| 2001-09-26 | IRQUNK -> ISACF_IRQ_DEFAULT | thorpej | |
| 2001-09-14 | Allow bus front-end to provide both ioctl and mmap entry points, | thorpej | |
| and also the wsdisplay type. Based on changes from Simon Burge <simonb@wasabisystems.com>. | |||
| 2001-09-02 | Make 3C509[B] in ISA mode probed correctly on big endian machines. | tsutsui | |
| 2001-07-23 | Since ~all pckbc_poll_data1() callers had the appropriate pckbc | jdolecek | |
| tag handy and we are going to need more of it in pckbc_poll_data1() soon, change pckbc_poll_data1() to accept it as first arg. iot, ioh_d, ioh_c are no longer passed separately. Use fabricated pckbc tag for calls from arch/arc/jazz/pckbc_jazzio.c and dev/isa/pckbc_isa.c. | |||
| 2001-07-21 | dev/isa/if_ate.c depends upon 'ate_isa', not just 'ate' | jdolecek | |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej | |
| 2001-07-18 | bcopy -> memcpy | thorpej | |
| 2001-07-18 | bcmp -> memcmp | thorpej | |
| 2001-07-18 | bzero -> memset | thorpej | |
| 2001-07-08 | Correct various misspellings of 'transfer' and inflected forms. | wiz | |
| 2001-07-08 | Remove unnecessary include files. From Onno van der Linden. | thorpej | |
| 2001-07-01 | Garbage-collect unneeded rnd.h include. | gmcgarry | |
| 2001-06-19 | `existent', not `existant' | wiz | |
| 2001-06-19 | ifdef NISAPNP -> if NISAPNP > 0 | fvdl | |
| 2001-06-13 | withough -> without | wiz | |
| 2001-06-12 | receive, not recieve | wiz | |
| 2001-06-11 | transceiver, not transciever. | wiz | |
| 2001-06-07 | Compile on sandpoint. | briggs | |
| 2001-06-07 | Make the WDC_{ATA|ATAPI}_NOSTREAM flags settable through configuration | leo | |
| options. Needed on the Atari Milan. | |||
| 2001-05-30 | use _KERNEL_OPT | mrg | |
| 2001-05-27 | Add support for the Algorithmics ISA floppy controller. | thorpej | |
| 2001-05-19 | space/TAB cosmetics | tsutsui | |
| 2001-05-15 | delint: () protect some macro args | lukem | |
| 2001-05-15 | delint: need ; between case label and } | lukem | |
