mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Sync with NetBSD:
Textual changes.
This commit is contained in:
parent
4b268ed3a9
commit
eafdcd5886
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60561
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ulpt.c,v 1.29 1999/11/17 23:00:50 augustss Exp $ */
|
||||
/* $NetBSD: ulpt.c,v 1.37 2000/04/27 15:26:49 augustss Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
/*
|
||||
@ -48,7 +48,7 @@
|
||||
#include <sys/systm.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/kernel.h>
|
||||
#if defined(__NetBSD__)
|
||||
#if defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#include <sys/device.h>
|
||||
#include <sys/ioctl.h>
|
||||
#elif defined(__FreeBSD__)
|
||||
@ -220,7 +220,7 @@ USB_ATTACH(ulpt)
|
||||
|
||||
#if 0
|
||||
/*
|
||||
* This code is disabled because for some mysterious it causes
|
||||
* This code is disabled because for some mysterious reason it causes
|
||||
* printing not to work. But only sometimes, and mostly with
|
||||
* UHCI and less often with OHCI. *sigh*
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user