| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
It had been disconnected from build in r181233 in 2008.
Reviewed by: imp
Notes:
svn path=/head/; revision=354929
|
|
|
|
|
|
|
|
| |
Remove the all rights reserved clause from my copyright, and make
other minor tweaks needed where that might have created ambiguity.
Notes:
svn path=/head/; revision=343811
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
Notes:
svn path=/head/; revision=326255
|
|
|
|
|
|
|
|
|
| |
I thank all developers and contributors for pc98.
Relnotes: yes
Notes:
svn path=/head/; revision=312910
|
|
|
|
|
|
|
|
| |
Pointed out by: wsk
Message-ID: <45060FC4.2090308@gddsn.org.cn>
Notes:
svn path=/head/; revision=162294
|
|
|
|
|
|
|
| |
This change removes one last K&Rism.
Notes:
svn path=/head/; revision=150307
|
|
|
|
|
|
|
|
|
|
| |
could get an interrupt after we free the ifp, and the interrupt
handler depended on the ifp being still alive, this could, in theory,
cause a crash. Eliminate this possibility by moving the if_free to
after the bus_teardown_intr() call.
Notes:
svn path=/head/; revision=150306
|
|
|
|
|
|
|
|
|
| |
and amd64. The optimization is a trivial on recent machines.
Reviewed by: -arch (imp, marcel, dfr)
Notes:
svn path=/head/; revision=146734
|
|
|
|
| |
Notes:
svn path=/head/; revision=139749
|
|
|
|
|
|
|
|
|
| |
redundant includes and fix some of the include disordering.
Submitted by: bde
Notes:
svn path=/head/; revision=129764
|
|
|
|
|
|
|
|
|
|
| |
the modules.
Also generate usbdevs.h automatically now, but a non-kernel file is
stopping that at the moment.
Notes:
svn path=/head/; revision=129740
|
|
|
|
| |
Notes:
svn path=/head/; revision=120871
|
|
|
|
|
|
|
| |
Requested by: bde
Notes:
svn path=/head/; revision=119452
|
|
|
|
|
|
|
| |
Also some minor style cleanups.
Notes:
svn path=/head/; revision=119419
|
|
|
|
| |
Notes:
svn path=/head/; revision=111012
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
identify themselves as serial cards that it would be desirable to
attach a different driver than sio to. Since we are claiming all
serial cards, this is not possible. Instead, return -100 to indicate
that we're willing to take the card, but still allow other drivers to
attach.
Pointed out by: Maksim Yevmenkin
Notes:
svn path=/head/; revision=108165
|
|
|
|
| |
Notes:
svn path=/head/; revision=92739
|
|
|
|
|
|
|
|
|
|
| |
standard one of 1.8432MHz. This will be used by the puc (PCI
"universal" communication card) device driver.
Reviewed by: bde
Notes:
svn path=/head/; revision=89986
|
|
|
|
|
|
|
| |
(merged from the files in sys/dev/sio)
Notes:
svn path=/head/; revision=86912
|
|
|
|
|
|
|
|
|
|
|
|
| |
allows us to move the sio softc data structure back into sio.c and
reduce the complexity of the non sio.c sio files.
Submitted by: bde
# I didn't fix the locking issues that bruce also submitted.
Notes:
svn path=/head/; revision=86909
|
|
|
|
|
|
|
|
|
|
|
| |
NEWCARD. Other patches may be reqiured to sio to prevent a hang on
eject. Also add commented out entries for sio_pccard.c in files.pc98
to match other architectures.
Submitted by: yamamoto shigeru-san
Notes:
svn path=/head/; revision=86900
|
|
sio_pccard_detach to use new siodetach. Add an extra arg to sioprobe
to tell driver to probe/not probe the device for IRQs.
This incorporates most of Bruce's review material. I'm at a good
checkpoint, but there will be more to come based on bde's further
reviews.
Reviewed by: bde
Notes:
svn path=/head/; revision=85365
|