summaryrefslogtreecommitdiffstats
path: root/sys/dev/tc
AgeCommit message (Expand)AuthorFilesLines
2018-02-14prune files.* entries that refer to files not in treejsg1-7/+1
2017-12-30Delete unnecessary <sys/file.h> includesguenther1-2/+1
2017-11-02Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code.mpi3-2/+887
2017-10-27Replace ancient DELAY inherited from Mach and the associated scarympi1-7/+2
2017-10-13Implement media auto selection for DEC 3000.mpi2-2/+129
2016-09-19Remove unused getdev() audio driver functions.ratchov1-16/+1
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()ratchov1-30/+2
2015-05-11Remove all audio format conversion code from the kernel (btw holdingratchov2-80/+4
2014-12-22unifdef INETtedu2-6/+2
2014-10-18Remove even more unnecessary `needs-flag' attributes from config machinery,miod1-2/+2
2014-10-12remove some unused filesjsg1-1/+0
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu1-2/+2
2014-01-18instead of having every bit of glue set up and attach an identicaldlg3-16/+5
2013-10-28tedu FDDI support and the 3 flavors the driver for DEC devices, evenmpi2-132/+1
2013-09-24Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:miod3-27/+27
2013-05-15Introduce a global interrupt-aware mutex protecting dataratchov1-6/+12
2011-09-05No need to check for the size to be a multiple of 4 in the alpha-specificmiod1-3/+3
2011-09-04Driver for the TURBOchannel alpha baseboard audio. Ported from NetBSD, withmiod2-1/+790
2010-11-11DEC 3000/400 has a 22.5MHz TURBOchannel bus instead of the usual 25MHz;miod3-14/+19
2010-09-22Revert previous and let drivers register counterless interrupts;miod2-7/+8
2010-09-20Stop doing shutdown hooks in network drivers where possible. We alreadyderaadt1-7/+1
2010-09-20Get rid of evcount's support for arranging counters in a treematthew1-2/+2
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw3-14/+5
2010-05-23rely on __alpha__ instead of alphaderaadt1-3/+3
2009-11-07Blink leds on the DEC 3000 models (three different led types).miod1-1/+2
2009-08-13- consistify cfdriver for the ethernet drivers (0 -> NULL)jasper1-2/+2
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod1-2/+2
2008-08-09Pass a device name to {tc,tcds,ioasic}_intr_establish in order to getmiod10-27/+33
2008-07-30Give iada_modname[] room for a terminating NUL in struct ioasicdev_attach_args;miod1-2/+2
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray4-32/+4
2007-11-06Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int.miod5-29/+9
2007-06-25Fix a couple of "of of"s in comments.tom1-2/+2
2007-06-18fix pasto'sjasper1-2/+2
2007-06-17ansify/de-registerjasper2-35/+15
2007-05-26More comment typos from Diego Casati. Including winners like funtion, allmost,krw1-4/+4
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.krw1-5/+5
2007-04-12Fix newlines in dmesg.miod1-2/+2
2006-03-13Remove unused softc member.miod1-2/+1
2006-03-13Regenmiod1-122/+46
2006-03-13Conforming to the party's line, report unconfigured devices asmiod4-263/+19
2005-10-11TC le(4) needs to be accessed in sparse address space for alpha.martin1-2/+3
2005-05-22remove "0x" in front of %p in printfs.art1-2/+2
2005-03-08Cosmetics...tdeval1-3/+3
2004-09-16cleanup deafult locators (blah ?); please check that your most hated architecture is still fluffy (;mickey1-3/+3
2004-06-28Use new event counter API for interrupt counting on alpha. By me, with someaaron5-40/+9
2003-09-26Typos: defintion -> definition, proccess -> processmiod1-2/+2
2003-06-053/4 knockout for peter galbavyderaadt2-12/+2
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert2-12/+4
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2-10/+8
2003-02-11be consistant on Hz vs hzmickey2-4/+4