summaryrefslogtreecommitdiff
path: root/share/man/man4/upl.4
AgeCommit message (Collapse)Author
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2007-05-31convert to new .Dd format;Jason McIntyre
2006-10-26more Nd tidy up for usb devices;Jason McIntyre
2004-09-30kill default locatorsMichael Shalayeff
2003-07-09- fix lists/displaysJason McIntyre
- quote .Cd's - add/remove .Pp's as necessary - fix some .Re/.Rs's - simplify macros
2002-09-26Second part of the man4 mi cleanup.Miod Vallat
- more/better xrefs - sync .Cd lines with actual configuration files - intro(4) reference police - huge usb(4) update - follow mdoc.samples suggested man page section ordering when necessary - add netintro(4) and hostname.if(5) xrefs to all ethernet drivers ok deraadt@ mickey@
2001-10-02repair OpenBSD tagTodd C. Miller
2001-01-28Add driver for Prolific PL2301/PL2302 host-to-host adapter. From NetBSD.Aaron Campbell
/* XXX - untested */ Note: just reminding myself that I need to create a nice diff for Lennart to further portablize the USB code (I fell behind in doing this). In particular, for this driver, the IF_INPUT() macro just does ether_input() in OpenBSD, but we really want to call the local upl_input() routine.