summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/raidframeio.h
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2010-05-23 10:50:28 +0000
committermrg <mrg@NetBSD.org>2010-05-23 10:50:28 +0000
commitb5c0d255290d963a6bc94deff7960a808f53de88 (patch)
tree596b01ff6d5a1051a2b02819886e2743c656dd81 /sys/dev/raidframe/raidframeio.h
parent576740c1b86adbf7d6627d3052d25415224712c3 (diff)
obsolete vga.4 like other ports. as noticed by kurt schreiner.
Diffstat (limited to 'sys/dev/raidframe/raidframeio.h')
0 files changed, 0 insertions, 0 deletions
ef='/netbsd/commit/sys/netbt/rfcomm_socket.c?id=50c78d5e22d9c4245b39de4507ee54159515dd92'>split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreqrtr 2014-07-23split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreqrtr 2014-07-09* split PRU_ACCEPT function out of pr_generic() usrreq switches and putrtr 2014-07-09* split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic()rtr 2014-07-07* sprinkle KASSERT(solocked(so)); in all pr_stat() functions.rtr 2014-07-07backout change that made pr_stat return EOPNOTSUPP for protocols thatrtr 2014-07-07* have pr_stat return EOPNOTSUPP consistently for all protocols that dortr 2014-07-06* split PRU_SENSE functionality out of xxx_usrreq() switches and place intortr 2014-07-01fix parameter types in pr_ioctl, called xx_control() functions and removertr 2014-06-22* split PRU_CONTROL functionality out of xxx_userreq() switches and placertr 2014-05-20Adjust PR_WRAP_USRREQS() to include the attach/detach functions.rmind 2014-05-20netbt: rename some attach/detach functions to have _pcb suffix, sormind 2014-05-19Make it compile without options DIAGNOSTIC by removing a variable only setmartin 2014-05-19- Split off PRU_ATTACH and PRU_DETACH logic into separate functions.rmind 2014-05-18Add struct pr_usrreqs with a pr_generic function and prepare for thermind 2013-08-29Remove SS_ISCONFIRMING, it is unused and TP4 will not come back.rmind 2008-08-06Convert socket options code to use a sockopt structureplunky 2008-04-24Merge the socket locking patch:ad 2007-10-15for PRU_ATTACH, we should make sure that so_pcb is not allocated whenplunky 2007-04-21Add 'service level' security for L2CAP and RFCOMM connections, followingplunky 2007-03-31change declaration for protosw.h const symbolic strings to static, so thatplunky 2007-03-30be more explicit and consistent in use of KASSERT with pointers,plunky 2007-03-05return ENOPROTOOPT when protocol options are not knownplunky 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore