summaryrefslogtreecommitdiff
path: root/sys/dev/tc/if_fta.c
AgeCommit message (Collapse)Author
2020-01-20Remove FDDI support.thorpej
2017-06-22spelling (DEC called it "TURBOchannel")flxd
2012-10-27split device_t/softc for all remaining drivers.chs
replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-05use aprint_*_dev and device_xnamecegger
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-03-30Use device_private().thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-11-13add/cleanup RCSIDslukem
2001-06-13withough -> withoutwiz
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26remove/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-05defopt INET, NETATALK.jonathan
1998-05-21Add bus_dma(9) support for the DEFxA FDDI drivermatt
1998-01-12Adjust for changes in config.thorpej
1997-07-22Garbage-collect __BROKEN_INDIRECT_CONFIG from /sys/dev/tcjonathan
1997-03-24Resolve conflicts from merge.thorpej
1997-03-15fix botches in is's new ARP changescgd
1997-03-15New 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-05update these so they compile whether or not __BROKEN_INDIRECT_CONFIGcgd
is defined.
1996-10-22update for new bus.hcgd
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-05-20Remove some extra printfs, now that Matt has lessened my confusion.thorpej
1996-05-20fix first argument to tc_intr_establish()... it's still the pointercgd
to the parent device.
1996-05-20Display model string during attach.thorpej
1996-05-20Update to the Digital Equipment PDQ-based FDDI controllers, fromthorpej
Matt Thomas. Now includes support for EISA (DEFEA) and first-cut of support for TurboChannel (DEFTA) cards.