diff options
| author | stanley lieber <stanley.lieber@gmail.com> | 2011-05-05 20:14:37 +0000 |
|---|---|---|
| committer | stanley lieber <stanley.lieber@gmail.com> | 2011-05-05 20:14:37 +0000 |
| commit | cc3fd1af3b8cf840186c045fea252a2d9176d2c0 (patch) | |
| tree | b238203c72584df56cea6b08370957de97d1b273 | |
| parent | d1906bb2eceeb585a787138196e53ee7b71f571e (diff) | |
| parent | c4d530a90965e2c154063de3ec1616f17298bf57 (diff) | |
| download | plan9front-cc3fd1af3b8cf840186c045fea252a2d9176d2c0.tar.xz | |
merge
| -rwxr-xr-x | rc/bin/hold | 6 | ||||
| -rw-r--r-- | sys/src/9/pc/sdata.c | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/rc/bin/hold b/rc/bin/hold new file mode 100755 index 000000000..9baa4070b --- /dev/null +++ b/rc/bin/hold @@ -0,0 +1,6 @@ +#!/bin/rc +{ + echo holdon >[1=3] + cat $1 > /dev/cons + cat /dev/cons > $1 +} >[3]/dev/consctl diff --git a/sys/src/9/pc/sdata.c b/sys/src/9/pc/sdata.c index 438ee90ba..8f7ad76d3 100644 --- a/sys/src/9/pc/sdata.c +++ b/sys/src/9/pc/sdata.c @@ -2037,6 +2037,7 @@ atapnp(void) case (0x24CB<<16)|0x8086: /* 82801DB (ICH4, High-End) */ case (0x24DB<<16)|0x8086: /* 82801EB (ICH5) */ case (0x25A3<<16)|0x8086: /* 6300ESB (E7210) */ + case (0x2653<<16)|0x8086: /* 82801FBM SATA */ case (0x266F<<16)|0x8086: /* 82801FB (ICH6) */ case (0x27DF<<16)|0x8086: /* 82801G SATA (ICH7) */ case (0x27C0<<16)|0x8086: /* 82801GB SATA AHCI (ICH7) */ |
