summaryrefslogtreecommitdiff
path: root/sys/arch/pc532/dev
AgeCommit message (Expand)Author
2008-01-09Remove support for NetBSD/pc532.simonb
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-10-01More from Matt Fleming:elad
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!elad
2006-09-07Switch pc532 to timecounters and generic TODR.simonb
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-05-12KNF, ANSIfy, white space clean up.simonb
2006-03-29No need to check if dv_cfdata is NULL here.thorpej
2006-03-28Use device_unit().thorpej
2006-03-11Trim use of "volatile" a little.simonb
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-10-02make this compile again after stricter warnings and compat changes.chs
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-02-22require that the register address and irq be specified in the config filechs
2004-12-13for drivers that support only one instance, use a global variable to ensurechs
2004-01-23Fix trailing white space and trailing blank line nits.simonb
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2003-06-24* Defflag CPU30MHZ.thorpej
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2002-11-22Switch to using evcnt(9) to track interrupt counts.simonb
2002-11-21Put back extern declaration of scn_cd so this builds again.simonb
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-05-25Add an empty statement after a goto label to keep gcc-current happy.simonb
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-01-21Switch to MI dev/md_root.c for archs which don't have any specialjdolecek
2001-11-21"than" instead of "then".wiz
2001-07-22seperate -> separatewiz
2001-06-12receive, not recievewiz
2001-05-30add missing #include "opt_kgdb.h"lukem
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-03-22Fix type in pliptransmit declaration (C version). Noticed bymatthias
2000-12-19Make it work again after the linediscipline changes.matthias
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-11-02Adapt to new line discipline scheme.eeh
2000-07-14Take care of prototype changes for console probe and console getc.matthias
2000-05-26Fix typo: 68681, not 68881. (I'm a UART, Jim, not an FPU!!!)cgd