| Age | Commit message (Expand) | Author |
| 2002-03-23 | Call rlreset() per controller, not per disk. | ragge |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-03-05 | bring in latest ALTQ from kjc. ALTQify some of the drivers. | itojun |
| 2002-02-25 | Move the dz driver to dev/dec, since it can be shared with pmax. | ad |
| 2001-12-06 | #endif ... -> #endif /* ... */ | msaitoh |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-08-16 | Trying to get these files out of Attic. | ragge |
| 2001-08-16 | Trying to get files out of Attic. | ragge |
| 2001-06-19 | `existent', not `existant' | wiz |
| 2001-06-13 | be more specific about which interlan controller the qbus/if_il supports | lukem |
| 2001-06-11 | Fix various misspellings of compatible/compatibility. | wiz |
| 2001-06-10 | Only use b_proc if B_PHYS is set. | ragge |
| 2001-05-26 | Use cdev_decl() instead of local prototyping. | ragge |
| 2001-05-13 | Update the TS11 driver to useable state. | ragge |
| 2001-05-13 | Moved from sys/arch/vax/uba/. | ragge |
| 2001-05-13 | Add bus type to softc. | ragge |
| 2001-05-06 | Add il, dmc, ts and if_uba. | ragge |
| 2001-05-06 | Driver for the DMC-11/DMR-11 DDCMP interface, (untested) from 4.4BSD. | ragge |
| 2001-05-06 | Driver for the Interlan NI1010 Ethernet Controller, from 4.4BSD. | ragge |
| 2001-05-06 | Use if_uba + ether_ioctl routines. Removed ~150 lines of duplicated code. | ragge |
| 2001-05-06 | Back from the dead, but now changed to use the bus_dma interface. | ragge |
| 2001-05-02 | Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point | scw |
| 2001-04-29 | Use ubmemalloc() for data structures. Remove unused vars. KNF. | ragge |
| 2001-04-26 | Use uballoc()/ubmemalloc() for data structure allocation. | ragge |
| 2001-04-26 | Use ubmemalloc() to get mapped uba memory. | ragge |
| 2001-04-26 | Add functions to allocate mapped-in qbus memory. | ragge |
| 2001-04-12 | splimp -> spluba. | thorpej |
| 2001-04-12 | Protect the call to uba_done() with spluba(). | thorpej |
| 2001-04-12 | splimp -> splbio. | thorpej |
| 2001-04-12 | splimp -> splnet | thorpej |
| 2001-03-31 | Remove unnecessary test of tp->t_linesw against NULL; they are results | enami |
| 2001-02-25 | Do not send looped-back setup packets into the IP stack. | ragge |
| 2001-01-08 | Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL when | fvdl |
| 2001-01-07 | Adapt all disk devices in MI directories to handle ODIOC* calls | fvdl |
| 2000-12-30 | Changes for dzkbd/dzms. This is not yet finished, but at least the | ragge |
| 2000-12-14 | ALTQ'ify. | thorpej |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-11-02 | Adapt to the new line discipline scheme. | eeh |
| 2000-10-01 | Move the check for "promisc + unicast + not for us" into ether_input(), | thorpej |
| 2000-06-28 | remove include of <vm/vm.h> | mrg |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-06-10 | Must be able to compile without "mtc". | ragge |
| 2000-06-08 | Fix a transmit bug and get a little more out from the receive logic. | ragge |
| 2000-06-05 | Adjust to new evcnt stuff. | matt |
| 2000-06-04 | More event counter stuff. Plus a little cruft cleanup while doing it. | matt |
| 2000-06-04 | Start couting interrupts. | matt |
| 2000-05-28 | Some updates to the DEUNA driver: | ragge |
| 2000-05-27 | sleep() -> tsleep() | thorpej |
| 2000-05-19 | A foolish consistency; most parts of the kernel use bp->b_data, so | thorpej |