summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-302-2/+4
* Remove unused files from the digi(4) driver.ed2009-01-164-14961/+0
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-1/+12
* - Push Giant down into linker_reference_module().jhb2006-06-201-3/+3
* Only reference the firmware module once rather than twice. The extra calljhb2006-05-251-1/+0
* Eliminate two unused arguments to ttycreate().phk2005-10-161-1/+1
* Increase boot-time DigiBIOS initialization timeout to allowandre2005-09-141-1/+1
* Staticize some symbols that are each only used in one corresponding .c file.anholt2005-05-0612-12/+12
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* o avoid potential null ptr deref if symbol lookup failssam2005-02-251-2/+6
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-16/+1
* Remove unused ttys field.phk2004-10-141-1/+0
* Use generic tty code instead of local copies.phk2004-10-062-571/+199
* Remove buggy (root filesystems may not have cdev) and pointlessphk2004-07-281-8/+3
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Give kldunload a -f(orce) argument.phk2004-07-131-2/+2
* Introduce ttygone() which indicates that the hardware is detached.phk2004-07-112-18/+4
* Define the tty methods as typedefs.phk2004-06-301-3/+2
* Use generic support for BREAK and modem control ioctls.phk2004-06-251-63/+67
* Remove the TIOCDCDTIMESTAMP option.phk2004-06-221-4/+0
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.phk2004-06-211-0/+4
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-7/+7
* Deorbit COMPAT_SUNOS.phk2004-06-111-2/+2
* Centralize the line discipline optimization determination in a functionphk2004-06-041-17/+3
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-4/+2
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-13/+13
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-041-12/+3
* There is no need to explicitly call the stop function. In all likelyhoodphk2004-06-011-1/+0
* Add missing <sys/module.h> includesphk2004-05-303-0/+3
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 3/6:phk2004-02-211-2/+0
* Device megapatch 1/6:phk2004-02-211-2/+0
* Eliminate bogus use of makedev(): rather than synthesize the dev_t, usephk2003-09-261-2/+1
* Use __FBSDID().obrien2003-08-249-10/+27
* Prefer new location of pci include files (which have only been in theimp2003-08-221-1/+1
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-073-40/+40
* Don't use pessimal (u_short) types for i/o ports. This is mainly forbde2003-08-051-2/+2
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+10
* Use canonical format for cdevsw initialization.phk2003-03-021-14/+14
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* Be consistent about "static" functions: if the function is markedphk2002-09-281-4/+4
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-2/+2
* Make delay iteration counts a function of hz as the delay period in eachbrian2002-04-171-25/+21
* Make delay iteration counts a function of hz as the delay period in eachbrian2002-04-171-5/+5
* Yet another adjustment of digi_delay(). The delay is now consistentbrian2002-04-103-18/+19
* Change more uses of tsleep() to digi_delay() and make the loop counts morebrian2002-04-103-19/+22
OpenPOWER on IntegriCloud