| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-20 | Remove FDDI support. | thorpej | |
| 2017-06-22 | spelling (DEC called it "TURBOchannel") | flxd | |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs | |
| replace "struct device *" with "device_t". use device_xname(), device_unit(), etc. | |||
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger | |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger | |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger | |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos | |
| 2006-03-30 | Use device_private(). | thorpej | |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej | |
| 2002-10-01 | Use CFATTACH_DECL(). | thorpej | |
| 2002-09-27 | Declare all cfattach structures const. | thorpej | |
| 2001-11-13 | add/cleanup RCSIDs | lukem | |
| 2001-06-13 | withough -> without | wiz | |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg | |
| 2000-06-26 | remove/move more mach vm header files: | mrg | |
| <vm/pglist.h> -> <uvm/uvm_pglist.h> <vm/vm_inherit.h> -> <uvm/uvm_inherit.h> <vm/vm_kern.h> -> into <uvm/uvm_extern.h> <vm/vm_object.h> -> nothing <vm/vm_pager.h> -> into <uvm/uvm_pager.h> also includes a bunch of <vm/vm_page.h> include removals (due to redudancy with <vm/vm.h>), and a scattering of other similar headers. | |||
| 1998-07-05 | defopt INET, NETATALK. | jonathan | |
| 1998-05-21 | Add bus_dma(9) support for the DEFxA FDDI driver | matt | |
| 1998-01-12 | Adjust for changes in config. | thorpej | |
| 1997-07-22 | Garbage-collect __BROKEN_INDIRECT_CONFIG from /sys/dev/tc | jonathan | |
| 1997-03-24 | Resolve conflicts from merge. | thorpej | |
| 1997-03-15 | fix botches in is's new ARP changes | cgd | |
| 1997-03-15 | New ARP system, supports IPv4 over any hardware link. | is | |
| Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will only support Ethernet. Tcpdump itself should be ok, but libpcap needs lot of work. For the detailed change history, look at the commit log entries for the is-newarp branch. | |||
| 1996-12-05 | update these so they compile whether or not __BROKEN_INDIRECT_CONFIG | cgd | |
| is defined. | |||
| 1996-10-22 | update for new bus.h | cgd | |
| 1996-10-13 | backout kprintf changes | christos | |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos | |
| 1996-05-20 | Remove some extra printfs, now that Matt has lessened my confusion. | thorpej | |
| 1996-05-20 | fix first argument to tc_intr_establish()... it's still the pointer | cgd | |
| to the parent device. | |||
| 1996-05-20 | Display model string during attach. | thorpej | |
| 1996-05-20 | Update to the Digital Equipment PDQ-based FDDI controllers, from | thorpej | |
| Matt Thomas. Now includes support for EISA (DEFEA) and first-cut of support for TurboChannel (DEFTA) cards. | |||
