summaryrefslogtreecommitdiffstats
path: root/sys/dev/tc (follow)
Commit message (Expand)AuthorAgeFilesLines
* prune files.* entries that refer to files not in treejsg2018-02-141-7/+1
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code.mpi2017-11-023-2/+887
* Replace ancient DELAY inherited from Mach and the associated scarympi2017-10-271-7/+2
* Implement media auto selection for DEC 3000.mpi2017-10-132-2/+129
* Remove unused getdev() audio driver functions.ratchov2016-09-191-16/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-30/+2
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-112-80/+4
* unifdef INETtedu2014-12-222-6/+2
* Remove even more unnecessary `needs-flag' attributes from config machinery,miod2014-10-181-2/+2
* remove some unused filesjsg2014-10-121-1/+0
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* instead of having every bit of glue set up and attach an identicaldlg2014-01-183-16/+5
* tedu FDDI support and the 3 flavors the driver for DEC devices, evenmpi2013-10-282-132/+1
* Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:miod2013-09-243-27/+27
* Introduce a global interrupt-aware mutex protecting dataratchov2013-05-151-6/+12
* No need to check for the size to be a multiple of 4 in the alpha-specificmiod2011-09-051-3/+3
* Driver for the TURBOchannel alpha baseboard audio. Ported from NetBSD, withmiod2011-09-042-1/+790
* DEC 3000/400 has a 22.5MHz TURBOchannel bus instead of the usual 25MHz;miod2010-11-113-14/+19
* Revert previous and let drivers register counterless interrupts;miod2010-09-222-7/+8
* Stop doing shutdown hooks in network drivers where possible. We alreadyderaadt2010-09-201-7/+1
* Get rid of evcount's support for arranging counters in a treematthew2010-09-201-2/+2
* Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw2010-06-283-14/+5
* rely on __alpha__ instead of alphaderaadt2010-05-231-3/+3
* Blink leds on the DEC 3000 models (three different led types).miod2009-11-071-1/+2
* - consistify cfdriver for the ethernet drivers (0 -> NULL)jasper2009-08-131-2/+2
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-2/+2
* Pass a device name to {tc,tcds,ioasic}_intr_establish in order to getmiod2008-08-0910-27/+33
* Give iada_modname[] room for a terminating NUL in struct ioasicdev_attach_args;miod2008-07-301-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-264-32/+4
* Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int.miod2007-11-065-29/+9
* Fix a couple of "of of"s in comments.tom2007-06-251-2/+2
* fix pasto'sjasper2007-06-181-2/+2
* ansify/de-registerjasper2007-06-172-35/+15
* More comment typos from Diego Casati. Including winners like funtion, allmost,krw2007-05-261-4/+4
* "interupt" -> "interrupt" in various comments. Mostly from Diego Casati.krw2007-05-251-5/+5
* Fix newlines in dmesg.miod2007-04-121-2/+2
* Remove unused softc member.miod2006-03-131-2/+1
* Regenmiod2006-03-131-122/+46
* Conforming to the party's line, report unconfigured devices asmiod2006-03-134-263/+19
* TC le(4) needs to be accessed in sparse address space for alpha.martin2005-10-111-2/+3
* remove "0x" in front of %p in printfs.art2005-05-221-2/+2
* Cosmetics...tdeval2005-03-081-3/+3
* cleanup deafult locators (blah ?); please check that your most hated architecture is still fluffy (;mickey2004-09-161-3/+3
* Use new event counter API for interrupt counting on alpha. By me, with someaaron2004-06-285-40/+9
* Typos: defintion -> definition, proccess -> processmiod2003-09-261-2/+2
* 3/4 knockout for peter galbavyderaadt2003-06-052-12/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-12/+4
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-272-10/+8
* be consistant on Hz vs hzmickey2003-02-112-4/+4