summaryrefslogtreecommitdiff
path: root/sys/dev/digi
AgeCommit message (Expand)Author
2017-04-25Remove the source to digi(4).John Baldwin
2016-04-21Yet more redundant parenthesis from r298431.Pedro F. Giffuni
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2014-10-10Don't pass RF_ALLOCATED to bus_alloc_resource().John Baldwin
2013-01-30Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez
2009-01-16Remove unused files from the digi(4) driver.Ed Schouten
2006-09-27Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov
2006-06-20- Push Giant down into linker_reference_module().John Baldwin
2006-05-25Only reference the firmware module once rather than twice. The extra callJohn Baldwin
2005-10-16Eliminate two unused arguments to ttycreate().Poul-Henning Kamp
2005-09-14Increase boot-time DigiBIOS initialization timeout to allowAndre Oppermann
2005-05-06Staticize some symbols that are each only used in one corresponding .c file.Eric Anholt
2005-03-05Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh
2005-02-25o avoid potential null ptr deref if symbol lookup failsSam Leffler
2004-10-18Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp
2004-10-14Remove unused ttys field.Poul-Henning Kamp
2004-10-06Use generic tty code instead of local copies.Poul-Henning Kamp
2004-07-28Remove buggy (root filesystems may not have cdev) and pointlessPoul-Henning Kamp
2004-07-15Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp
2004-07-13Give kldunload a -f(orce) argument.Poul-Henning Kamp
2004-07-11Introduce ttygone() which indicates that the hardware is detached.Poul-Henning Kamp
2004-06-30Define the tty methods as typedefs.Poul-Henning Kamp
2004-06-25Use generic support for BREAK and modem control ioctls.Poul-Henning Kamp
2004-06-22Remove the TIOCDCDTIMESTAMP option.Poul-Henning Kamp
2004-06-21Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.Poul-Henning Kamp
2004-06-17Second half of the dev_t cleanup.Poul-Henning Kamp
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-06-11Deorbit COMPAT_SUNOS.Poul-Henning Kamp
2004-06-04Centralize the line discipline optimization determination in a functionPoul-Henning Kamp
2004-06-04Manual edits to change linesw[]-frobbing to ttyld_*() calls.Poul-Henning Kamp
2004-06-04Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp
2004-06-04Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp
2004-06-01There is no need to explicitly call the stop function. In all likelyhoodPoul-Henning Kamp
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 3/6:Poul-Henning Kamp
2004-02-21Device megapatch 1/6:Poul-Henning Kamp
2003-09-26Eliminate bogus use of makedev(): rather than synthesize the dev_t, usePoul-Henning Kamp
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-08-07Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin
2003-08-05Don't use pessimal (u_short) types for i/o ports. This is mainly forBruce Evans
2003-03-03Make nokqfilter() return the correct return value.Poul-Henning Kamp
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2003-03-02Use canonical format for cdevsw initialization.Poul-Henning Kamp
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-09-28Be consistent about "static" functions: if the function is markedPoul-Henning Kamp