| 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
|
|
|
|
|
|
|
|
|
|
| |
ISA PNP card support (replace by hand version in if_ed). Move module
declarations to the end of some files. Fix PCCARD_PNP_INFO to use
nitems(). Remove some stale comments about pc98, turns out the comment
was simply wrong.
Notes:
svn path=/head/; revision=327102
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
PR: kern/44267
Submitted by: Michail Vidiassov <master@iaas.msu.ru>
Arrival-Date: Sat Oct 19 07:30:00 PDT 2002
Approved by: cperciva (implicit)
MFC after: 1 week
Notes:
svn path=/head/; revision=242996
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hack means you can get the units and flags to match up more easily with
serial consoles on machines with acpi tables that cause the com ports
to be probed in the wrong order (and hence get the wrong sio unit number).
This replaces the common alternative hack of editing the code to comment
out the acpi attachment. This could go away entirely when device wiring
patches are committed.
Notes:
svn path=/head/; revision=174116
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=123910
|
|
|
|
|
|
|
| |
Requested by: bde
Notes:
svn path=/head/; revision=119452
|
|
|
|
|
|
|
| |
Also some minor style cleanups.
Notes:
svn path=/head/; revision=119419
|
|
|
|
|
|
|
|
|
|
| |
PR: kern/36692
Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
Approved by: re (murray)
MFC After: 3 days
Notes:
svn path=/head/; revision=115053
|
|
|
|
|
|
|
|
|
| |
Tablet PC Acer Travel Mate C100.
Sponsored by: ACER ,Alpha Omega, MYCOM , Synnex
Notes:
svn path=/head/; revision=112095
|
|
|
|
|
|
|
|
| |
PR: 35813
Submitted by: Chris Knight <chris@aims.com.au>
Notes:
svn path=/head/; revision=96105
|
|
|
|
|
|
|
|
|
| |
not removing tabs before "__P((", and not outdenting continuation lines
to preserve non-KNF lining up of code with parentheses. Switch to KNF
formatting and/or rewrap the whole prototype in some cases.
Notes:
svn path=/head/; revision=93010
|
|
|
|
| |
Notes:
svn path=/head/; revision=92739
|
|
|
|
|
|
|
| |
controller.
Notes:
svn path=/head/; revision=91589
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: kern/32891
Submitted by: Louis Mamakos <louie@TransSys.COM>
Notes:
svn path=/head/; revision=88697
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: kern/23414
Submitted by: Ryuichiro Imura <imura@af.airnet.ne.jp>
MFC after: 1 week
Notes:
svn path=/head/; revision=86545
|
|
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
|